Shades of Golden Brown #AA6409
Tints of Golden Brown #AA6409
RGB
CMYK
RGB Variations
Color information
#AA6409 (or 0xAA6409) is known color: Golden Brown. HEX triplet: AA, 64 and 09. RGB value is (170,100,9). Sum of RGB (Red+Green+Blue) = 170+100+9=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6409 is #559BF6. Grayscale: #6E6E6E. Windows color (decimal): -5610487 or 615594. OLE color: 615594.
HSL color Cylindrical-coordinate representation of color #AA6409: hue angle of 33.91º 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 #AA6409 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 9 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.33 |
| HSL | 33.91º | 0.9% | 0.35% | - |
| HSV(B) | 33.91º | 0.95% | 0.67% | - |
| XYZ | 21.18 | 17.68 | 2.55 | - |
| YUV | 110.56 | 70.69 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 9 | 0 | 0.41 | 0.95 | 0.33 | 33.91 | 0.9 | 0.35 |
| Hex | AA | 64 | 9 | 0 | 29 | 5F | 21 | 22 | 5A | 23 |
| Octal | 252 | 144 | 11 | 0 | 51 | 137 | 41 | 42 | 132 | 43 |
| Binary | 10101010 | 1100100 | 1001 | 0 | 101001 | 1011111 | 100001 | 100010 | 1011010 | 100011 |
Color Harmonies of #AA6409
Complementary color
Monochromatic Colors of #AA6409
Black with #AA6409
Text Example
Text Example
White with #AA6409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6409; }
p { color: rgb(170,100,9); }
H1.HeaderClassName
{
color: #AA6409;
}
.AnyTagClassName
{
color: #AA6409;
}
</style>
background-color css
<style>
a { background-color: #AA6409; }
a { background-color: rgb(170,100,9); }
div.DivClassName
{
background-color: #AA6409;
}
.BgClassName
{
background-color: #AA6409;
}
</style>
border-color css
<style>
span { border-color: #AA6409; }
span { border-color: rgb(170,100,9); }
td.TdClassName
{
border-color: #AA6409;
}
.TagClassName
{
border-color: #AA6409;
}
</style>