#A6563A

Color #A6563A Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #A6563A

Tints of Orange Roughy #A6563A

Color information

#A6563A (or 0xA6563A) is unknown color: approx Orange Roughy. HEX triplet: A6, 56 and 3A. RGB value is (166,86,58). Sum of RGB (Red+Green+Blue) = 166+86+58=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6563A is #59A9C5. Grayscale: #6A6A6A. Windows color (decimal): -5876166 or 3823270. OLE color: 3823270.

HSL color Cylindrical-coordinate representation of color #A6563A: hue angle of 15.56º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6563A is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1668658-
CMYK00.480.650.35
HSL15.56º48.21%43.92%-
HSV(B)15.56º65.06%65.1%-
XYZ19.8215.075.87-
YUV106.73100.5170.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 58 (23.05% from 255) = 18.71%
R=53.55%
G=27.74%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166865800.480.650.3515.5648.2143.92
HexA6563A030412310302c
Octal2461267206010143206054
Binary1010011010101101110100110000100000110001110000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6563A; }

 p { color: rgb(166,86,58); }

 H1.HeaderClassName
 {
   color: #A6563A;
 }
 .AnyTagClassName
 {
   color: #A6563A;
 }
</style>
background-color css

<style>
 a { background-color: #A6563A; }

 a { background-color: rgb(166,86,58); }

 div.DivClassName
 {
   background-color: #A6563A;
 }
 .BgClassName
 {
   background-color: #A6563A;
 }
</style>
border-color css

<style>
 span { border-color: #A6563A; }

 span { border-color: rgb(166,86,58); }

 td.TdClassName
 {
   border-color: #A6563A;
 }
 .TagClassName
 {
   border-color: #A6563A;
 }
</style>