Shades of Golden Brown #AA6809
Tints of Golden Brown #AA6809
RGB
CMYK
RGB Variations
Color information
#AA6809 (or 0xAA6809) is known color: Golden Brown. HEX triplet: AA, 68 and 09. RGB value is (170,104,9). Sum of RGB (Red+Green+Blue) = 170+104+9=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6809 is #5597F6. Grayscale: #717171. Windows color (decimal): -5609463 or 616618. OLE color: 616618.
HSL color Cylindrical-coordinate representation of color #AA6809: hue angle of 35.4º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA6809 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 9 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.33 |
| HSL | 35.4º | 0.9% | 0.35% | - |
| HSV(B) | 35.4º | 0.95% | 0.67% | - |
| XYZ | 21.58 | 18.47 | 2.69 | - |
| YUV | 112.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 9 | 0 | 0.39 | 0.95 | 0.33 | 35.4 | 0.9 | 0.35 |
| Hex | AA | 68 | 9 | 0 | 27 | 5F | 21 | 23 | 5A | 23 |
| Octal | 252 | 150 | 11 | 0 | 47 | 137 | 41 | 43 | 132 | 43 |
| Binary | 10101010 | 1101000 | 1001 | 0 | 100111 | 1011111 | 100001 | 100011 | 1011010 | 100011 |
Color Harmonies of #AA6809
Complementary color
Monochromatic Colors of #AA6809
Black with #AA6809
Text Example
Text Example
White with #AA6809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6809; }
p { color: rgb(170,104,9); }
H1.HeaderClassName
{
color: #AA6809;
}
.AnyTagClassName
{
color: #AA6809;
}
</style>
background-color css
<style>
a { background-color: #AA6809; }
a { background-color: rgb(170,104,9); }
div.DivClassName
{
background-color: #AA6809;
}
.BgClassName
{
background-color: #AA6809;
}
</style>
border-color css
<style>
span { border-color: #AA6809; }
span { border-color: rgb(170,104,9); }
td.TdClassName
{
border-color: #AA6809;
}
.TagClassName
{
border-color: #AA6809;
}
</style>