#A6590B

Color #A6590B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A6590B

Tints of Golden Brown #A6590B

Color information

#A6590B (or 0xA6590B) is unknown color: approx Golden Brown. HEX triplet: A6, 59 and 0B. RGB value is (166,89,11). Sum of RGB (Red+Green+Blue) = 166+89+11=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A6590B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6590B is #59A6F4. Grayscale: #676767. Windows color (decimal): -5875445 or 743846. OLE color: 743846.

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

Color convert

RGB1668911-
CMYK00.460.930.35
HSL30.19º87.57%34.71%-
HSV(B)30.19º93.37%65.1%-
XYZ19.3615.282.24-
YUV103.1376.01172.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 11 (4.69% from 255) = 4.14%
R=62.41%
G=33.46%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166891100.460.930.3530.1987.5734.71
HexA659B02E5D231e5823
Octal24613113056135433613043
Binary101001101011001101101011101011101100011111101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6590B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6590B; }

 p { color: rgb(166,89,11); }

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

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

 a { background-color: rgb(166,89,11); }

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

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

 span { border-color: rgb(166,89,11); }

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