Shades of Golden Brown #AB700B
Tints of Golden Brown #AB700B
RGB
CMYK
RGB Variations
Color information
#AB700B (or 0xAB700B) is known color: Golden Brown. HEX triplet: AB, 70 and 0B. RGB value is (171,112,11). Sum of RGB (Red+Green+Blue) = 171+112+11=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB700B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB700B is #548FF4. Grayscale: #767676. Windows color (decimal): -5541877 or 749739. OLE color: 749739.
HSL color Cylindrical-coordinate representation of color #AB700B: hue angle of 37.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB700B is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 11 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.33 |
| HSL | 37.88º | 0.88% | 0.36% | - |
| HSV(B) | 37.88º | 0.94% | 0.67% | - |
| XYZ | 22.65 | 20.27 | 3.04 | - |
| YUV | 118.13 | 67.55 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 11 | 0 | 0.35 | 0.94 | 0.33 | 37.88 | 0.88 | 0.36 |
| Hex | AB | 70 | B | 0 | 23 | 5E | 21 | 26 | 58 | 24 |
| Octal | 253 | 160 | 13 | 0 | 43 | 136 | 41 | 46 | 130 | 44 |
| Binary | 10101011 | 1110000 | 1011 | 0 | 100011 | 1011110 | 100001 | 100110 | 1011000 | 100100 |
Color Harmonies of #AB700B
Complementary color
Monochromatic Colors of #AB700B
Black with #AB700B
Text Example
Text Example
White with #AB700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB700B; }
p { color: rgb(171,112,11); }
H1.HeaderClassName
{
color: #AB700B;
}
.AnyTagClassName
{
color: #AB700B;
}
</style>
background-color css
<style>
a { background-color: #AB700B; }
a { background-color: rgb(171,112,11); }
div.DivClassName
{
background-color: #AB700B;
}
.BgClassName
{
background-color: #AB700B;
}
</style>
border-color css
<style>
span { border-color: #AB700B; }
span { border-color: rgb(171,112,11); }
td.TdClassName
{
border-color: #AB700B;
}
.TagClassName
{
border-color: #AB700B;
}
</style>