Shades of Golden Brown #AB5E00
Tints of Golden Brown #AB5E00
RGB
CMYK
RGB Variations
Color information
#AB5E00 (or 0xAB5E00) is known color: Golden Brown. HEX triplet: AB, 5E and 00. RGB value is (171,94,0). Sum of RGB (Red+Green+Blue) = 171+94+0=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5E00 is #54A1FF. Grayscale: #6A6A6A. Windows color (decimal): -5546496 or 24235. OLE color: 24235.
HSL color Cylindrical-coordinate representation of color #AB5E00: hue angle of 32.98º 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 #AB5E00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.33 |
| HSL | 32.98º | 1% | 0.34% | - |
| HSV(B) | 32.98º | 1% | 0.67% | - |
| XYZ | 20.8 | 16.66 | 2.12 | - |
| YUV | 106.31 | 68.01 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 0 | 0 | 0.45 | 1 | 0.33 | 32.98 | 1 | 0.34 |
| Hex | AB | 5E | 0 | 0 | 2D | 64 | 21 | 21 | 64 | 22 |
| Octal | 253 | 136 | 0 | 0 | 55 | 144 | 41 | 41 | 144 | 42 |
| Binary | 10101011 | 1011110 | 0 | 0 | 101101 | 1100100 | 100001 | 100001 | 1100100 | 100010 |
Color Harmonies of #AB5E00
Complementary color
Monochromatic Colors of #AB5E00
Black with #AB5E00
Text Example
Text Example
White with #AB5E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E00; }
p { color: rgb(171,94,0); }
H1.HeaderClassName
{
color: #AB5E00;
}
.AnyTagClassName
{
color: #AB5E00;
}
</style>
background-color css
<style>
a { background-color: #AB5E00; }
a { background-color: rgb(171,94,0); }
div.DivClassName
{
background-color: #AB5E00;
}
.BgClassName
{
background-color: #AB5E00;
}
</style>
border-color css
<style>
span { border-color: #AB5E00; }
span { border-color: rgb(171,94,0); }
td.TdClassName
{
border-color: #AB5E00;
}
.TagClassName
{
border-color: #AB5E00;
}
</style>