Shades of Golden Brown #AB700C
Tints of Golden Brown #AB700C
RGB
CMYK
RGB Variations
Color information
#AB700C (or 0xAB700C) is known color: Golden Brown. HEX triplet: AB, 70 and 0C. RGB value is (171,112,12). Sum of RGB (Red+Green+Blue) = 171+112+12=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB700C is #548FF3. Grayscale: #767676. Windows color (decimal): -5541876 or 815275. OLE color: 815275.
HSL color Cylindrical-coordinate representation of color #AB700C: hue angle of 37.74º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB700C is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 12 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.33 |
| HSL | 37.74º | 0.87% | 0.36% | - |
| HSV(B) | 37.74º | 0.93% | 0.67% | - |
| XYZ | 22.66 | 20.27 | 3.07 | - |
| YUV | 118.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 12 | 0 | 0.35 | 0.93 | 0.33 | 37.74 | 0.87 | 0.36 |
| Hex | AB | 70 | C | 0 | 23 | 5D | 21 | 26 | 57 | 24 |
| Octal | 253 | 160 | 14 | 0 | 43 | 135 | 41 | 46 | 127 | 44 |
| Binary | 10101011 | 1110000 | 1100 | 0 | 100011 | 1011101 | 100001 | 100110 | 1010111 | 100100 |
Color Harmonies of #AB700C
Complementary color
Monochromatic Colors of #AB700C
Black with #AB700C
Text Example
Text Example
White with #AB700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB700C; }
p { color: rgb(171,112,12); }
H1.HeaderClassName
{
color: #AB700C;
}
.AnyTagClassName
{
color: #AB700C;
}
</style>
background-color css
<style>
a { background-color: #AB700C; }
a { background-color: rgb(171,112,12); }
div.DivClassName
{
background-color: #AB700C;
}
.BgClassName
{
background-color: #AB700C;
}
</style>
border-color css
<style>
span { border-color: #AB700C; }
span { border-color: rgb(171,112,12); }
td.TdClassName
{
border-color: #AB700C;
}
.TagClassName
{
border-color: #AB700C;
}
</style>