Shades of Golden Brown #AB5600
Tints of Golden Brown #AB5600
RGB
CMYK
RGB Variations
Color information
#AB5600 (or 0xAB5600) is known color: Golden Brown. HEX triplet: AB, 56 and 00. RGB value is (171,86,0). Sum of RGB (Red+Green+Blue) = 171+86+0=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5600 is #54A9FF. Grayscale: #666666. Windows color (decimal): -5548544 or 22187. OLE color: 22187.
HSL color Cylindrical-coordinate representation of color #AB5600: hue angle of 30.18º 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 #AB5600 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.33 |
| HSL | 30.18º | 1% | 0.34% | - |
| HSV(B) | 30.18º | 1% | 0.67% | - |
| XYZ | 20.12 | 15.31 | 1.9 | - |
| YUV | 101.61 | 70.66 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 0 | 0 | 0.50 | 1 | 0.33 | 30.18 | 1 | 0.34 |
| Hex | AB | 56 | 0 | 0 | 32 | 64 | 21 | 1E | 64 | 22 |
| Octal | 253 | 126 | 0 | 0 | 62 | 144 | 41 | 36 | 144 | 42 |
| Binary | 10101011 | 1010110 | 0 | 0 | 110010 | 1100100 | 100001 | 11110 | 1100100 | 100010 |
Color Harmonies of #AB5600
Complementary color
Monochromatic Colors of #AB5600
Black with #AB5600
Text Example
Text Example
White with #AB5600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5600; }
p { color: rgb(171,86,0); }
H1.HeaderClassName
{
color: #AB5600;
}
.AnyTagClassName
{
color: #AB5600;
}
</style>
background-color css
<style>
a { background-color: #AB5600; }
a { background-color: rgb(171,86,0); }
div.DivClassName
{
background-color: #AB5600;
}
.BgClassName
{
background-color: #AB5600;
}
</style>
border-color css
<style>
span { border-color: #AB5600; }
span { border-color: rgb(171,86,0); }
td.TdClassName
{
border-color: #AB5600;
}
.TagClassName
{
border-color: #AB5600;
}
</style>