Shades of Golden Brown #AB5A12
Tints of Golden Brown #AB5A12
RGB
CMYK
RGB Variations
Color information
#AB5A12 (or 0xAB5A12) is known color: Golden Brown. HEX triplet: AB, 5A and 12. RGB value is (171,90,18). Sum of RGB (Red+Green+Blue) = 171+90+18=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5A12 is #54A5ED. Grayscale: #6A6A6A. Windows color (decimal): -5547502 or 1202859. OLE color: 1202859.
HSL color Cylindrical-coordinate representation of color #AB5A12: hue angle of 28.24º 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 #AB5A12 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 90 | 18 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.33 |
| HSL | 28.24º | 0.81% | 0.37% | - |
| HSV(B) | 28.24º | 0.89% | 0.67% | - |
| XYZ | 20.56 | 16.01 | 2.58 | - |
| YUV | 106.01 | 78.34 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 18 | 0 | 0.47 | 0.89 | 0.33 | 28.24 | 0.81 | 0.37 |
| Hex | AB | 5A | 12 | 0 | 2F | 59 | 21 | 1C | 51 | 25 |
| Octal | 253 | 132 | 22 | 0 | 57 | 131 | 41 | 34 | 121 | 45 |
| Binary | 10101011 | 1011010 | 10010 | 0 | 101111 | 1011001 | 100001 | 11100 | 1010001 | 100101 |
Color Harmonies of #AB5A12
Complementary color
Monochromatic Colors of #AB5A12
Black with #AB5A12
Text Example
Text Example
White with #AB5A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5A12; }
p { color: rgb(171,90,18); }
H1.HeaderClassName
{
color: #AB5A12;
}
.AnyTagClassName
{
color: #AB5A12;
}
</style>
background-color css
<style>
a { background-color: #AB5A12; }
a { background-color: rgb(171,90,18); }
div.DivClassName
{
background-color: #AB5A12;
}
.BgClassName
{
background-color: #AB5A12;
}
</style>
border-color css
<style>
span { border-color: #AB5A12; }
span { border-color: rgb(171,90,18); }
td.TdClassName
{
border-color: #AB5A12;
}
.TagClassName
{
border-color: #AB5A12;
}
</style>