#A6543B

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

Shades of Orange Roughy #A6543B

Tints of Orange Roughy #A6543B

Color information

#A6543B (or 0xA6543B) is unknown color: approx Orange Roughy. HEX triplet: A6, 54 and 3B. RGB value is (166,84,59). Sum of RGB (Red+Green+Blue) = 166+84+59=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6543B is #59ABC4. Grayscale: #696969. Windows color (decimal): -5876677 or 3888294. OLE color: 3888294.

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

Color convert

RGB1668459-
CMYK00.490.640.35
HSL14.02º47.56%44.12%-
HSV(B)14.02º64.46%65.1%-
XYZ19.6914.765.95-
YUV105.67101.67171.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 59 (23.44% from 255) = 19.09%
R=53.72%
G=27.18%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166845900.490.640.3514.0247.5644.12
HexA6543B0314023e302c
Octal2461247306110043166054
Binary101001101010100111011011000110000001000111110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6543B; }

 p { color: rgb(166,84,59); }

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

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

 a { background-color: rgb(166,84,59); }

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

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

 span { border-color: rgb(166,84,59); }

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