Shades of Golden Brown #AB6000
Tints of Golden Brown #AB6000
RGB
CMYK
RGB Variations
Color information
#AB6000 (or 0xAB6000) is known color: Golden Brown. HEX triplet: AB, 60 and 00. RGB value is (171,96,0). Sum of RGB (Red+Green+Blue) = 171+96+0=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6000 is #549FFF. Grayscale: #6B6B6B. Windows color (decimal): -5545984 or 24747. OLE color: 24747.
HSL color Cylindrical-coordinate representation of color #AB6000: hue angle of 33.68º 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 #AB6000 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.33 |
| HSL | 33.68º | 1% | 0.34% | - |
| HSV(B) | 33.68º | 1% | 0.67% | - |
| XYZ | 20.98 | 17.02 | 2.18 | - |
| YUV | 107.48 | 67.35 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 0 | 0 | 0.44 | 1 | 0.33 | 33.68 | 1 | 0.34 |
| Hex | AB | 60 | 0 | 0 | 2C | 64 | 21 | 22 | 64 | 22 |
| Octal | 253 | 140 | 0 | 0 | 54 | 144 | 41 | 42 | 144 | 42 |
| Binary | 10101011 | 1100000 | 0 | 0 | 101100 | 1100100 | 100001 | 100010 | 1100100 | 100010 |
Color Harmonies of #AB6000
Complementary color
Monochromatic Colors of #AB6000
Black with #AB6000
Text Example
Text Example
White with #AB6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6000; }
p { color: rgb(171,96,0); }
H1.HeaderClassName
{
color: #AB6000;
}
.AnyTagClassName
{
color: #AB6000;
}
</style>
background-color css
<style>
a { background-color: #AB6000; }
a { background-color: rgb(171,96,0); }
div.DivClassName
{
background-color: #AB6000;
}
.BgClassName
{
background-color: #AB6000;
}
</style>
border-color css
<style>
span { border-color: #AB6000; }
span { border-color: rgb(171,96,0); }
td.TdClassName
{
border-color: #AB6000;
}
.TagClassName
{
border-color: #AB6000;
}
</style>