Shades of Golden Brown #AB7412
Tints of Golden Brown #AB7412
RGB
CMYK
RGB Variations
Color information
#AB7412 (or 0xAB7412) is known color: Golden Brown. HEX triplet: AB, 74 and 12. RGB value is (171,116,18). Sum of RGB (Red+Green+Blue) = 171+116+18=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7412 is #548BED. Grayscale: #797979. Windows color (decimal): -5540846 or 1209515. OLE color: 1209515.
HSL color Cylindrical-coordinate representation of color #AB7412: hue angle of 38.43º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB7412 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 18 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.33 |
| HSL | 38.43º | 0.81% | 0.37% | - |
| HSV(B) | 38.43º | 0.89% | 0.67% | - |
| XYZ | 23.15 | 21.19 | 3.44 | - |
| YUV | 121.27 | 69.72 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 18 | 0 | 0.32 | 0.89 | 0.33 | 38.43 | 0.81 | 0.37 |
| Hex | AB | 74 | 12 | 0 | 20 | 59 | 21 | 26 | 51 | 25 |
| Octal | 253 | 164 | 22 | 0 | 40 | 131 | 41 | 46 | 121 | 45 |
| Binary | 10101011 | 1110100 | 10010 | 0 | 100000 | 1011001 | 100001 | 100110 | 1010001 | 100101 |
Color Harmonies of #AB7412
Complementary color
Monochromatic Colors of #AB7412
Black with #AB7412
Text Example
Text Example
White with #AB7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7412; }
p { color: rgb(171,116,18); }
H1.HeaderClassName
{
color: #AB7412;
}
.AnyTagClassName
{
color: #AB7412;
}
</style>
background-color css
<style>
a { background-color: #AB7412; }
a { background-color: rgb(171,116,18); }
div.DivClassName
{
background-color: #AB7412;
}
.BgClassName
{
background-color: #AB7412;
}
</style>
border-color css
<style>
span { border-color: #AB7412; }
span { border-color: rgb(171,116,18); }
td.TdClassName
{
border-color: #AB7412;
}
.TagClassName
{
border-color: #AB7412;
}
</style>