Shades of Golden Brown #AB7008
Tints of Golden Brown #AB7008
RGB
CMYK
RGB Variations
Color information
#AB7008 (or 0xAB7008) is known color: Golden Brown. HEX triplet: AB, 70 and 08. RGB value is (171,112,8). Sum of RGB (Red+Green+Blue) = 171+112+8=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7008 is #548FF7. Grayscale: #767676. Windows color (decimal): -5541880 or 553131. OLE color: 553131.
HSL color Cylindrical-coordinate representation of color #AB7008: hue angle of 38.28º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB7008 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 8 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.33 |
| HSL | 38.28º | 0.91% | 0.35% | - |
| HSV(B) | 38.28º | 0.95% | 0.67% | - |
| XYZ | 22.63 | 20.26 | 2.95 | - |
| YUV | 117.79 | 66.05 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 8 | 0 | 0.35 | 0.95 | 0.33 | 38.28 | 0.91 | 0.35 |
| Hex | AB | 70 | 8 | 0 | 23 | 5F | 21 | 26 | 5B | 23 |
| Octal | 253 | 160 | 10 | 0 | 43 | 137 | 41 | 46 | 133 | 43 |
| Binary | 10101011 | 1110000 | 1000 | 0 | 100011 | 1011111 | 100001 | 100110 | 1011011 | 100011 |
Color Harmonies of #AB7008
Complementary color
Monochromatic Colors of #AB7008
Black with #AB7008
Text Example
Text Example
White with #AB7008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7008; }
p { color: rgb(171,112,8); }
H1.HeaderClassName
{
color: #AB7008;
}
.AnyTagClassName
{
color: #AB7008;
}
</style>
background-color css
<style>
a { background-color: #AB7008; }
a { background-color: rgb(171,112,8); }
div.DivClassName
{
background-color: #AB7008;
}
.BgClassName
{
background-color: #AB7008;
}
</style>
border-color css
<style>
span { border-color: #AB7008; }
span { border-color: rgb(171,112,8); }
td.TdClassName
{
border-color: #AB7008;
}
.TagClassName
{
border-color: #AB7008;
}
</style>