Shades of Golden Brown #AB6F12
Tints of Golden Brown #AB6F12
RGB
CMYK
RGB Variations
Color information
#AB6F12 (or 0xAB6F12) is known color: Golden Brown. HEX triplet: AB, 6F and 12. RGB value is (171,111,18). Sum of RGB (Red+Green+Blue) = 171+111+18=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6F12 is #5490ED. Grayscale: #767676. Windows color (decimal): -5542126 or 1208235. OLE color: 1208235.
HSL color Cylindrical-coordinate representation of color #AB6F12: hue angle of 36.47º 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 #AB6F12 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 18 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.33 |
| HSL | 36.47º | 0.81% | 0.37% | - |
| HSV(B) | 36.47º | 0.89% | 0.67% | - |
| XYZ | 22.59 | 20.07 | 3.26 | - |
| YUV | 118.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 18 | 0 | 0.35 | 0.89 | 0.33 | 36.47 | 0.81 | 0.37 |
| Hex | AB | 6F | 12 | 0 | 23 | 59 | 21 | 24 | 51 | 25 |
| Octal | 253 | 157 | 22 | 0 | 43 | 131 | 41 | 44 | 121 | 45 |
| Binary | 10101011 | 1101111 | 10010 | 0 | 100011 | 1011001 | 100001 | 100100 | 1010001 | 100101 |
Color Harmonies of #AB6F12
Complementary color
Monochromatic Colors of #AB6F12
Black with #AB6F12
Text Example
Text Example
White with #AB6F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6F12; }
p { color: rgb(171,111,18); }
H1.HeaderClassName
{
color: #AB6F12;
}
.AnyTagClassName
{
color: #AB6F12;
}
</style>
background-color css
<style>
a { background-color: #AB6F12; }
a { background-color: rgb(171,111,18); }
div.DivClassName
{
background-color: #AB6F12;
}
.BgClassName
{
background-color: #AB6F12;
}
</style>
border-color css
<style>
span { border-color: #AB6F12; }
span { border-color: rgb(171,111,18); }
td.TdClassName
{
border-color: #AB6F12;
}
.TagClassName
{
border-color: #AB6F12;
}
</style>