Shades of Golden Brown #AB5805
Tints of Golden Brown #AB5805
RGB
CMYK
RGB Variations
Color information
#AB5805 (or 0xAB5805) is known color: Golden Brown. HEX triplet: AB, 58 and 05. RGB value is (171,88,5). Sum of RGB (Red+Green+Blue) = 171+88+5=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5805 is #54A7FA. Grayscale: #676767. Windows color (decimal): -5548027 or 350379. OLE color: 350379.
HSL color Cylindrical-coordinate representation of color #AB5805: hue angle of 30º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB5805 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 5 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.33 |
| HSL | 30º | 0.94% | 0.35% | - |
| HSV(B) | 30º | 0.97% | 0.67% | - |
| XYZ | 20.31 | 15.65 | 2.09 | - |
| YUV | 103.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 5 | 0 | 0.49 | 0.97 | 0.33 | 30 | 0.94 | 0.35 |
| Hex | AB | 58 | 5 | 0 | 31 | 61 | 21 | 1E | 5E | 23 |
| Octal | 253 | 130 | 5 | 0 | 61 | 141 | 41 | 36 | 136 | 43 |
| Binary | 10101011 | 1011000 | 101 | 0 | 110001 | 1100001 | 100001 | 11110 | 1011110 | 100011 |
Color Harmonies of #AB5805
Complementary color
Monochromatic Colors of #AB5805
Black with #AB5805
Text Example
Text Example
White with #AB5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5805; }
p { color: rgb(171,88,5); }
H1.HeaderClassName
{
color: #AB5805;
}
.AnyTagClassName
{
color: #AB5805;
}
</style>
background-color css
<style>
a { background-color: #AB5805; }
a { background-color: rgb(171,88,5); }
div.DivClassName
{
background-color: #AB5805;
}
.BgClassName
{
background-color: #AB5805;
}
</style>
border-color css
<style>
span { border-color: #AB5805; }
span { border-color: rgb(171,88,5); }
td.TdClassName
{
border-color: #AB5805;
}
.TagClassName
{
border-color: #AB5805;
}
</style>