Shades of Golden Brown #AB6500
Tints of Golden Brown #AB6500
RGB
CMYK
RGB Variations
Color information
#AB6500 (or 0xAB6500) is known color: Golden Brown. HEX triplet: AB, 65 and 00. RGB value is (171,101,0). Sum of RGB (Red+Green+Blue) = 171+101+0=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6500 is #549AFF. Grayscale: #6E6E6E. Windows color (decimal): -5544704 or 26027. OLE color: 26027.
HSL color Cylindrical-coordinate representation of color #AB6500: hue angle of 35.44º 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 #AB6500 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.33 |
| HSL | 35.44º | 1% | 0.34% | - |
| HSV(B) | 35.44º | 1% | 0.67% | - |
| XYZ | 21.45 | 17.97 | 2.34 | - |
| YUV | 110.42 | 65.69 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 0 | 0 | 0.41 | 1 | 0.33 | 35.44 | 1 | 0.34 |
| Hex | AB | 65 | 0 | 0 | 29 | 64 | 21 | 23 | 64 | 22 |
| Octal | 253 | 145 | 0 | 0 | 51 | 144 | 41 | 43 | 144 | 42 |
| Binary | 10101011 | 1100101 | 0 | 0 | 101001 | 1100100 | 100001 | 100011 | 1100100 | 100010 |
Color Harmonies of #AB6500
Complementary color
Monochromatic Colors of #AB6500
Black with #AB6500
Text Example
Text Example
White with #AB6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6500; }
p { color: rgb(171,101,0); }
H1.HeaderClassName
{
color: #AB6500;
}
.AnyTagClassName
{
color: #AB6500;
}
</style>
background-color css
<style>
a { background-color: #AB6500; }
a { background-color: rgb(171,101,0); }
div.DivClassName
{
background-color: #AB6500;
}
.BgClassName
{
background-color: #AB6500;
}
</style>
border-color css
<style>
span { border-color: #AB6500; }
span { border-color: rgb(171,101,0); }
td.TdClassName
{
border-color: #AB6500;
}
.TagClassName
{
border-color: #AB6500;
}
</style>