Shades of Golden Brown #AB7312
Tints of Golden Brown #AB7312
RGB
CMYK
RGB Variations
Color information
#AB7312 (or 0xAB7312) is known color: Golden Brown. HEX triplet: AB, 73 and 12. RGB value is (171,115,18). Sum of RGB (Red+Green+Blue) = 171+115+18=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7312 is #548CED. Grayscale: #797979. Windows color (decimal): -5541102 or 1209259. OLE color: 1209259.
HSL color Cylindrical-coordinate representation of color #AB7312: hue angle of 38.04º 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 #AB7312 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 18 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.33 |
| HSL | 38.04º | 0.81% | 0.37% | - |
| HSV(B) | 38.04º | 0.89% | 0.67% | - |
| XYZ | 23.03 | 20.96 | 3.4 | - |
| YUV | 120.69 | 70.05 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 18 | 0 | 0.33 | 0.89 | 0.33 | 38.04 | 0.81 | 0.37 |
| Hex | AB | 73 | 12 | 0 | 21 | 59 | 21 | 26 | 51 | 25 |
| Octal | 253 | 163 | 22 | 0 | 41 | 131 | 41 | 46 | 121 | 45 |
| Binary | 10101011 | 1110011 | 10010 | 0 | 100001 | 1011001 | 100001 | 100110 | 1010001 | 100101 |
Color Harmonies of #AB7312
Complementary color
Monochromatic Colors of #AB7312
Black with #AB7312
Text Example
Text Example
White with #AB7312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7312; }
p { color: rgb(171,115,18); }
H1.HeaderClassName
{
color: #AB7312;
}
.AnyTagClassName
{
color: #AB7312;
}
</style>
background-color css
<style>
a { background-color: #AB7312; }
a { background-color: rgb(171,115,18); }
div.DivClassName
{
background-color: #AB7312;
}
.BgClassName
{
background-color: #AB7312;
}
</style>
border-color css
<style>
span { border-color: #AB7312; }
span { border-color: rgb(171,115,18); }
td.TdClassName
{
border-color: #AB7312;
}
.TagClassName
{
border-color: #AB7312;
}
</style>