#AB7006

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

Shades of Golden Brown #AB7006

Tints of Golden Brown #AB7006

Color information

#AB7006 (or 0xAB7006) is unknown color: approx Golden Brown. HEX triplet: AB, 70 and 06. RGB value is (171,112,6). Sum of RGB (Red+Green+Blue) = 171+112+6=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7006 is #548FF9. Grayscale: #767676. Windows color (decimal): -5541882 or 422059. OLE color: 422059.

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

Color convert

RGB1711126-
CMYK00.350.960.33
HSL38.55º93.22%34.71%-
HSV(B)38.55º96.49%67.06%-
XYZ22.6220.262.89-
YUV117.5665.05166.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.17%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 6 (2.73% from 255) = 2.08%
R=59.17%
G=38.75%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171112600.350.960.3338.5593.2234.71
HexAB7060236021275d23
Octal2531606043140414713543
Binary101010111110000110010001111000001000011001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7006; }

 p { color: rgb(171,112,6); }

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

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

 a { background-color: rgb(171,112,6); }

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

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

 span { border-color: rgb(171,112,6); }

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