Shades of Golden Brown #AB6400
Tints of Golden Brown #AB6400
RGB
CMYK
RGB Variations
Color information
#AB6400 (or 0xAB6400) is known color: Golden Brown. HEX triplet: AB, 64 and 00. RGB value is (171,100,0). Sum of RGB (Red+Green+Blue) = 171+100+0=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6400 is #549BFF. Grayscale: #6E6E6E. Windows color (decimal): -5544960 or 25771. OLE color: 25771.
HSL color Cylindrical-coordinate representation of color #AB6400: hue angle of 35.09º 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 #AB6400 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.33 |
| HSL | 35.09º | 1% | 0.34% | - |
| HSV(B) | 35.09º | 1% | 0.67% | - |
| XYZ | 21.35 | 17.77 | 2.31 | - |
| YUV | 109.83 | 66.02 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 0 | 0 | 0.42 | 1 | 0.33 | 35.09 | 1 | 0.34 |
| Hex | AB | 64 | 0 | 0 | 2A | 64 | 21 | 23 | 64 | 22 |
| Octal | 253 | 144 | 0 | 0 | 52 | 144 | 41 | 43 | 144 | 42 |
| Binary | 10101011 | 1100100 | 0 | 0 | 101010 | 1100100 | 100001 | 100011 | 1100100 | 100010 |
Color Harmonies of #AB6400
Complementary color
Monochromatic Colors of #AB6400
Black with #AB6400
Text Example
Text Example
White with #AB6400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6400; }
p { color: rgb(171,100,0); }
H1.HeaderClassName
{
color: #AB6400;
}
.AnyTagClassName
{
color: #AB6400;
}
</style>
background-color css
<style>
a { background-color: #AB6400; }
a { background-color: rgb(171,100,0); }
div.DivClassName
{
background-color: #AB6400;
}
.BgClassName
{
background-color: #AB6400;
}
</style>
border-color css
<style>
span { border-color: #AB6400; }
span { border-color: rgb(171,100,0); }
td.TdClassName
{
border-color: #AB6400;
}
.TagClassName
{
border-color: #AB6400;
}
</style>