Shades of Golden Brown #AA6401
Tints of Golden Brown #AA6401
RGB
CMYK
RGB Variations
Color information
#AA6401 (or 0xAA6401) is known color: Golden Brown. HEX triplet: AA, 64 and 01. RGB value is (170,100,1). Sum of RGB (Red+Green+Blue) = 170+100+1=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6401 is #559BFE. Grayscale: #6E6E6E. Windows color (decimal): -5610495 or 91306. OLE color: 91306.
HSL color Cylindrical-coordinate representation of color #AA6401: hue angle of 35.15º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA6401 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.33 |
| HSL | 35.15º | 0.99% | 0.34% | - |
| HSV(B) | 35.15º | 0.99% | 0.67% | - |
| XYZ | 21.14 | 17.66 | 2.32 | - |
| YUV | 109.64 | 66.69 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 1 | 0 | 0.41 | 0.99 | 0.33 | 35.15 | 0.99 | 0.34 |
| Hex | AA | 64 | 1 | 0 | 29 | 63 | 21 | 23 | 63 | 22 |
| Octal | 252 | 144 | 1 | 0 | 51 | 143 | 41 | 43 | 143 | 42 |
| Binary | 10101010 | 1100100 | 1 | 0 | 101001 | 1100011 | 100001 | 100011 | 1100011 | 100010 |
Color Harmonies of #AA6401
Complementary color
Monochromatic Colors of #AA6401
Black with #AA6401
Text Example
Text Example
White with #AA6401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6401; }
p { color: rgb(170,100,1); }
H1.HeaderClassName
{
color: #AA6401;
}
.AnyTagClassName
{
color: #AA6401;
}
</style>
background-color css
<style>
a { background-color: #AA6401; }
a { background-color: rgb(170,100,1); }
div.DivClassName
{
background-color: #AA6401;
}
.BgClassName
{
background-color: #AA6401;
}
</style>
border-color css
<style>
span { border-color: #AA6401; }
span { border-color: rgb(170,100,1); }
td.TdClassName
{
border-color: #AA6401;
}
.TagClassName
{
border-color: #AA6401;
}
</style>