Shades of Golden Brown #AB5C0A
Tints of Golden Brown #AB5C0A
RGB
CMYK
RGB Variations
Color information
#AB5C0A (or 0xAB5C0A) is known color: Golden Brown. HEX triplet: AB, 5C and 0A. RGB value is (171,92,10). Sum of RGB (Red+Green+Blue) = 171+92+10=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5C0A is #54A3F5. Grayscale: #6A6A6A. Windows color (decimal): -5546998 or 679083. OLE color: 679083.
HSL color Cylindrical-coordinate representation of color #AB5C0A: hue angle of 30.56º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB5C0A is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 92 | 10 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.33 |
| HSL | 30.56º | 0.89% | 0.35% | - |
| HSV(B) | 30.56º | 0.94% | 0.67% | - |
| XYZ | 20.68 | 16.33 | 2.35 | - |
| YUV | 106.27 | 73.67 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 10 | 0 | 0.46 | 0.94 | 0.33 | 30.56 | 0.89 | 0.35 |
| Hex | AB | 5C | A | 0 | 2E | 5E | 21 | 1F | 59 | 23 |
| Octal | 253 | 134 | 12 | 0 | 56 | 136 | 41 | 37 | 131 | 43 |
| Binary | 10101011 | 1011100 | 1010 | 0 | 101110 | 1011110 | 100001 | 11111 | 1011001 | 100011 |
Color Harmonies of #AB5C0A
Complementary color
Monochromatic Colors of #AB5C0A
Black with #AB5C0A
Text Example
Text Example
White with #AB5C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5C0A; }
p { color: rgb(171,92,10); }
H1.HeaderClassName
{
color: #AB5C0A;
}
.AnyTagClassName
{
color: #AB5C0A;
}
</style>
background-color css
<style>
a { background-color: #AB5C0A; }
a { background-color: rgb(171,92,10); }
div.DivClassName
{
background-color: #AB5C0A;
}
.BgClassName
{
background-color: #AB5C0A;
}
</style>
border-color css
<style>
span { border-color: #AB5C0A; }
span { border-color: rgb(171,92,10); }
td.TdClassName
{
border-color: #AB5C0A;
}
.TagClassName
{
border-color: #AB5C0A;
}
</style>