Shades of Golden Brown #AB5A0D
Tints of Golden Brown #AB5A0D
RGB
CMYK
RGB Variations
Color information
#AB5A0D (or 0xAB5A0D) is known color: Golden Brown. HEX triplet: AB, 5A and 0D. RGB value is (171,90,13). Sum of RGB (Red+Green+Blue) = 171+90+13=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5A0D is #54A5F2. Grayscale: #696969. Windows color (decimal): -5547507 or 875179. OLE color: 875179.
HSL color Cylindrical-coordinate representation of color #AB5A0D: hue angle of 29.24º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB5A0D is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 90 | 13 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.33 |
| HSL | 29.24º | 0.86% | 0.36% | - |
| HSV(B) | 29.24º | 0.92% | 0.67% | - |
| XYZ | 20.52 | 16 | 2.39 | - |
| YUV | 105.44 | 75.84 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 13 | 0 | 0.47 | 0.92 | 0.33 | 29.24 | 0.86 | 0.36 |
| Hex | AB | 5A | D | 0 | 2F | 5C | 21 | 1D | 56 | 24 |
| Octal | 253 | 132 | 15 | 0 | 57 | 134 | 41 | 35 | 126 | 44 |
| Binary | 10101011 | 1011010 | 1101 | 0 | 101111 | 1011100 | 100001 | 11101 | 1010110 | 100100 |
Color Harmonies of #AB5A0D
Complementary color
Monochromatic Colors of #AB5A0D
Black with #AB5A0D
Text Example
Text Example
White with #AB5A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5A0D; }
p { color: rgb(171,90,13); }
H1.HeaderClassName
{
color: #AB5A0D;
}
.AnyTagClassName
{
color: #AB5A0D;
}
</style>
background-color css
<style>
a { background-color: #AB5A0D; }
a { background-color: rgb(171,90,13); }
div.DivClassName
{
background-color: #AB5A0D;
}
.BgClassName
{
background-color: #AB5A0D;
}
</style>
border-color css
<style>
span { border-color: #AB5A0D; }
span { border-color: rgb(171,90,13); }
td.TdClassName
{
border-color: #AB5A0D;
}
.TagClassName
{
border-color: #AB5A0D;
}
</style>