Shades of Golden Brown #AA6801
Tints of Golden Brown #AA6801
RGB
CMYK
RGB Variations
Color information
#AA6801 (or 0xAA6801) is known color: Golden Brown. HEX triplet: AA, 68 and 01. RGB value is (170,104,1). Sum of RGB (Red+Green+Blue) = 170+104+1=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6801 is #5597FE. Grayscale: #707070. Windows color (decimal): -5609471 or 92330. OLE color: 92330.
HSL color Cylindrical-coordinate representation of color #AA6801: hue angle of 36.57º 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 #AA6801 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.33 |
| HSL | 36.57º | 0.99% | 0.34% | - |
| HSV(B) | 36.57º | 0.99% | 0.67% | - |
| XYZ | 21.53 | 18.45 | 2.45 | - |
| YUV | 111.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 1 | 0 | 0.39 | 0.99 | 0.33 | 36.57 | 0.99 | 0.34 |
| Hex | AA | 68 | 1 | 0 | 27 | 63 | 21 | 25 | 63 | 22 |
| Octal | 252 | 150 | 1 | 0 | 47 | 143 | 41 | 45 | 143 | 42 |
| Binary | 10101010 | 1101000 | 1 | 0 | 100111 | 1100011 | 100001 | 100101 | 1100011 | 100010 |
Color Harmonies of #AA6801
Complementary color
Monochromatic Colors of #AA6801
Black with #AA6801
Text Example
Text Example
White with #AA6801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6801; }
p { color: rgb(170,104,1); }
H1.HeaderClassName
{
color: #AA6801;
}
.AnyTagClassName
{
color: #AA6801;
}
</style>
background-color css
<style>
a { background-color: #AA6801; }
a { background-color: rgb(170,104,1); }
div.DivClassName
{
background-color: #AA6801;
}
.BgClassName
{
background-color: #AA6801;
}
</style>
border-color css
<style>
span { border-color: #AA6801; }
span { border-color: rgb(170,104,1); }
td.TdClassName
{
border-color: #AA6801;
}
.TagClassName
{
border-color: #AA6801;
}
</style>