Shades of Golden Brown #AB5A08
Tints of Golden Brown #AB5A08
RGB
CMYK
RGB Variations
Color information
#AB5A08 (or 0xAB5A08) is known color: Golden Brown. HEX triplet: AB, 5A and 08. RGB value is (171,90,8). Sum of RGB (Red+Green+Blue) = 171+90+8=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5A08 is #54A5F7. Grayscale: #696969. Windows color (decimal): -5547512 or 547499. OLE color: 547499.
HSL color Cylindrical-coordinate representation of color #AB5A08: hue angle of 30.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB5A08 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 90 | 8 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.33 |
| HSL | 30.18º | 0.91% | 0.35% | - |
| HSV(B) | 30.18º | 0.95% | 0.67% | - |
| XYZ | 20.49 | 15.99 | 2.24 | - |
| YUV | 104.87 | 73.34 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 8 | 0 | 0.47 | 0.95 | 0.33 | 30.18 | 0.91 | 0.35 |
| Hex | AB | 5A | 8 | 0 | 2F | 5F | 21 | 1E | 5B | 23 |
| Octal | 253 | 132 | 10 | 0 | 57 | 137 | 41 | 36 | 133 | 43 |
| Binary | 10101011 | 1011010 | 1000 | 0 | 101111 | 1011111 | 100001 | 11110 | 1011011 | 100011 |
Color Harmonies of #AB5A08
Complementary color
Monochromatic Colors of #AB5A08
Black with #AB5A08
Text Example
Text Example
White with #AB5A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5A08; }
p { color: rgb(171,90,8); }
H1.HeaderClassName
{
color: #AB5A08;
}
.AnyTagClassName
{
color: #AB5A08;
}
</style>
background-color css
<style>
a { background-color: #AB5A08; }
a { background-color: rgb(171,90,8); }
div.DivClassName
{
background-color: #AB5A08;
}
.BgClassName
{
background-color: #AB5A08;
}
</style>
border-color css
<style>
span { border-color: #AB5A08; }
span { border-color: rgb(171,90,8); }
td.TdClassName
{
border-color: #AB5A08;
}
.TagClassName
{
border-color: #AB5A08;
}
</style>