Shades of Golden Brown #AA6A00
Tints of Golden Brown #AA6A00
RGB
CMYK
RGB Variations
Color information
#AA6A00 (or 0xAA6A00) is known color: Golden Brown. HEX triplet: AA, 6A and 00. RGB value is (170,106,0). Sum of RGB (Red+Green+Blue) = 170+106+0=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6A00 is #5595FF. Grayscale: #717171. Windows color (decimal): -5608960 or 27306. OLE color: 27306.
HSL color Cylindrical-coordinate representation of color #AA6A00: hue angle of 37.41º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA6A00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.33 |
| HSL | 37.41º | 1% | 0.33% | - |
| HSV(B) | 37.41º | 1% | 0.67% | - |
| XYZ | 21.73 | 18.85 | 2.49 | - |
| YUV | 113.05 | 64.2 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 0 | 0 | 0.38 | 1 | 0.33 | 37.41 | 1 | 0.33 |
| Hex | AA | 6A | 0 | 0 | 26 | 64 | 21 | 25 | 64 | 21 |
| Octal | 252 | 152 | 0 | 0 | 46 | 144 | 41 | 45 | 144 | 41 |
| Binary | 10101010 | 1101010 | 0 | 0 | 100110 | 1100100 | 100001 | 100101 | 1100100 | 100001 |
Color Harmonies of #AA6A00
Complementary color
Monochromatic Colors of #AA6A00
Black with #AA6A00
Text Example
Text Example
White with #AA6A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A00; }
p { color: rgb(170,106,0); }
H1.HeaderClassName
{
color: #AA6A00;
}
.AnyTagClassName
{
color: #AA6A00;
}
</style>
background-color css
<style>
a { background-color: #AA6A00; }
a { background-color: rgb(170,106,0); }
div.DivClassName
{
background-color: #AA6A00;
}
.BgClassName
{
background-color: #AA6A00;
}
</style>
border-color css
<style>
span { border-color: #AA6A00; }
span { border-color: rgb(170,106,0); }
td.TdClassName
{
border-color: #AA6A00;
}
.TagClassName
{
border-color: #AA6A00;
}
</style>