Shades of Golden Brown #AA640A
Tints of Golden Brown #AA640A
RGB
CMYK
RGB Variations
Color information
#AA640A (or 0xAA640A) is known color: Golden Brown. HEX triplet: AA, 64 and 0A. RGB value is (170,100,10). Sum of RGB (Red+Green+Blue) = 170+100+10=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA640A is #559BF5. Grayscale: #6F6F6F. Windows color (decimal): -5610486 or 681130. OLE color: 681130.
HSL color Cylindrical-coordinate representation of color #AA640A: hue angle of 33.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA640A is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 10 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.33 |
| HSL | 33.75º | 0.89% | 0.35% | - |
| HSV(B) | 33.75º | 0.94% | 0.67% | - |
| XYZ | 21.19 | 17.68 | 2.58 | - |
| YUV | 110.67 | 71.19 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 10 | 0 | 0.41 | 0.94 | 0.33 | 33.75 | 0.89 | 0.35 |
| Hex | AA | 64 | A | 0 | 29 | 5E | 21 | 22 | 59 | 23 |
| Octal | 252 | 144 | 12 | 0 | 51 | 136 | 41 | 42 | 131 | 43 |
| Binary | 10101010 | 1100100 | 1010 | 0 | 101001 | 1011110 | 100001 | 100010 | 1011001 | 100011 |
Color Harmonies of #AA640A
Complementary color
Monochromatic Colors of #AA640A
Black with #AA640A
Text Example
Text Example
White with #AA640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA640A; }
p { color: rgb(170,100,10); }
H1.HeaderClassName
{
color: #AA640A;
}
.AnyTagClassName
{
color: #AA640A;
}
</style>
background-color css
<style>
a { background-color: #AA640A; }
a { background-color: rgb(170,100,10); }
div.DivClassName
{
background-color: #AA640A;
}
.BgClassName
{
background-color: #AA640A;
}
</style>
border-color css
<style>
span { border-color: #AA640A; }
span { border-color: rgb(170,100,10); }
td.TdClassName
{
border-color: #AA640A;
}
.TagClassName
{
border-color: #AA640A;
}
</style>