Shades of Golden Brown #AB5A00
Tints of Golden Brown #AB5A00
RGB
CMYK
RGB Variations
Color information
#AB5A00 (or 0xAB5A00) is known color: Golden Brown. HEX triplet: AB, 5A and 00. RGB value is (171,90,0). Sum of RGB (Red+Green+Blue) = 171+90+0=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5A00 is #54A5FF. Grayscale: #686868. Windows color (decimal): -5547520 or 23211. OLE color: 23211.
HSL color Cylindrical-coordinate representation of color #AB5A00: hue angle of 31.58º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB5A00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 90 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.33 |
| HSL | 31.58º | 1% | 0.34% | - |
| HSV(B) | 31.58º | 1% | 0.67% | - |
| XYZ | 20.45 | 15.97 | 2 | - |
| YUV | 103.96 | 69.34 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 0 | 0 | 0.47 | 1 | 0.33 | 31.58 | 1 | 0.34 |
| Hex | AB | 5A | 0 | 0 | 2F | 64 | 21 | 20 | 64 | 22 |
| Octal | 253 | 132 | 0 | 0 | 57 | 144 | 41 | 40 | 144 | 42 |
| Binary | 10101011 | 1011010 | 0 | 0 | 101111 | 1100100 | 100001 | 100000 | 1100100 | 100010 |
Color Harmonies of #AB5A00
Complementary color
Monochromatic Colors of #AB5A00
Black with #AB5A00
Text Example
Text Example
White with #AB5A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5A00; }
p { color: rgb(171,90,0); }
H1.HeaderClassName
{
color: #AB5A00;
}
.AnyTagClassName
{
color: #AB5A00;
}
</style>
background-color css
<style>
a { background-color: #AB5A00; }
a { background-color: rgb(171,90,0); }
div.DivClassName
{
background-color: #AB5A00;
}
.BgClassName
{
background-color: #AB5A00;
}
</style>
border-color css
<style>
span { border-color: #AB5A00; }
span { border-color: rgb(171,90,0); }
td.TdClassName
{
border-color: #AB5A00;
}
.TagClassName
{
border-color: #AB5A00;
}
</style>