Shades of Golden Brown #AA6601
Tints of Golden Brown #AA6601
RGB
CMYK
RGB Variations
Color information
#AA6601 (or 0xAA6601) is known color: Golden Brown. HEX triplet: AA, 66 and 01. RGB value is (170,102,1). Sum of RGB (Red+Green+Blue) = 170+102+1=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6601 is #5599FE. Grayscale: #6F6F6F. Windows color (decimal): -5609983 or 91818. OLE color: 91818.
HSL color Cylindrical-coordinate representation of color #AA6601: hue angle of 35.86º 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 #AA6601 is Cyan = 0, Magento = 0.4, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 102 | 1 | - |
| CMYK | 0 | 0.4 | 0.99 | 0.33 |
| HSL | 35.86º | 0.99% | 0.34% | - |
| HSV(B) | 35.86º | 0.99% | 0.67% | - |
| XYZ | 21.33 | 18.05 | 2.39 | - |
| YUV | 110.82 | 66.03 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 1 | 0 | 0.4 | 0.99 | 0.33 | 35.86 | 0.99 | 0.34 |
| Hex | AA | 66 | 1 | 0 | 28 | 63 | 21 | 24 | 63 | 22 |
| Octal | 252 | 146 | 1 | 0 | 50 | 143 | 41 | 44 | 143 | 42 |
| Binary | 10101010 | 1100110 | 1 | 0 | 101000 | 1100011 | 100001 | 100100 | 1100011 | 100010 |
Color Harmonies of #AA6601
Complementary color
Monochromatic Colors of #AA6601
Black with #AA6601
Text Example
Text Example
White with #AA6601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6601; }
p { color: rgb(170,102,1); }
H1.HeaderClassName
{
color: #AA6601;
}
.AnyTagClassName
{
color: #AA6601;
}
</style>
background-color css
<style>
a { background-color: #AA6601; }
a { background-color: rgb(170,102,1); }
div.DivClassName
{
background-color: #AA6601;
}
.BgClassName
{
background-color: #AA6601;
}
</style>
border-color css
<style>
span { border-color: #AA6601; }
span { border-color: rgb(170,102,1); }
td.TdClassName
{
border-color: #AA6601;
}
.TagClassName
{
border-color: #AA6601;
}
</style>