Shades of Golden Brown #AA620A
Tints of Golden Brown #AA620A
RGB
CMYK
RGB Variations
Color information
#AA620A (or 0xAA620A) is known color: Golden Brown. HEX triplet: AA, 62 and 0A. RGB value is (170,98,10). Sum of RGB (Red+Green+Blue) = 170+98+10=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA620A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA620A is #559DF5. Grayscale: #6D6D6D. Windows color (decimal): -5610998 or 680618. OLE color: 680618.
HSL color Cylindrical-coordinate representation of color #AA620A: hue angle of 33º 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 #AA620A is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 10 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.33 |
| HSL | 33º | 0.89% | 0.35% | - |
| HSV(B) | 33º | 0.94% | 0.67% | - |
| XYZ | 21 | 17.3 | 2.52 | - |
| YUV | 109.5 | 71.85 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 10 | 0 | 0.42 | 0.94 | 0.33 | 33 | 0.89 | 0.35 |
| Hex | AA | 62 | A | 0 | 2A | 5E | 21 | 21 | 59 | 23 |
| Octal | 252 | 142 | 12 | 0 | 52 | 136 | 41 | 41 | 131 | 43 |
| Binary | 10101010 | 1100010 | 1010 | 0 | 101010 | 1011110 | 100001 | 100001 | 1011001 | 100011 |
Color Harmonies of #AA620A
Complementary color
Monochromatic Colors of #AA620A
Black with #AA620A
Text Example
Text Example
White with #AA620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA620A; }
p { color: rgb(170,98,10); }
H1.HeaderClassName
{
color: #AA620A;
}
.AnyTagClassName
{
color: #AA620A;
}
</style>
background-color css
<style>
a { background-color: #AA620A; }
a { background-color: rgb(170,98,10); }
div.DivClassName
{
background-color: #AA620A;
}
.BgClassName
{
background-color: #AA620A;
}
</style>
border-color css
<style>
span { border-color: #AA620A; }
span { border-color: rgb(170,98,10); }
td.TdClassName
{
border-color: #AA620A;
}
.TagClassName
{
border-color: #AA620A;
}
</style>