Shades of Golden Brown #AA620D
Tints of Golden Brown #AA620D
RGB
CMYK
RGB Variations
Color information
#AA620D (or 0xAA620D) is known color: Golden Brown. HEX triplet: AA, 62 and 0D. RGB value is (170,98,13). Sum of RGB (Red+Green+Blue) = 170+98+13=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA620D is #559DF2. Grayscale: #6E6E6E. Windows color (decimal): -5610995 or 877226. OLE color: 877226.
HSL color Cylindrical-coordinate representation of color #AA620D: hue angle of 32.48º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA620D is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 13 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.33 |
| HSL | 32.48º | 0.86% | 0.36% | - |
| HSV(B) | 32.48º | 0.92% | 0.67% | - |
| XYZ | 21.02 | 17.31 | 2.61 | - |
| YUV | 109.84 | 73.35 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 13 | 0 | 0.42 | 0.92 | 0.33 | 32.48 | 0.86 | 0.36 |
| Hex | AA | 62 | D | 0 | 2A | 5C | 21 | 20 | 56 | 24 |
| Octal | 252 | 142 | 15 | 0 | 52 | 134 | 41 | 40 | 126 | 44 |
| Binary | 10101010 | 1100010 | 1101 | 0 | 101010 | 1011100 | 100001 | 100000 | 1010110 | 100100 |
Color Harmonies of #AA620D
Complementary color
Monochromatic Colors of #AA620D
Black with #AA620D
Text Example
Text Example
White with #AA620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA620D; }
p { color: rgb(170,98,13); }
H1.HeaderClassName
{
color: #AA620D;
}
.AnyTagClassName
{
color: #AA620D;
}
</style>
background-color css
<style>
a { background-color: #AA620D; }
a { background-color: rgb(170,98,13); }
div.DivClassName
{
background-color: #AA620D;
}
.BgClassName
{
background-color: #AA620D;
}
</style>
border-color css
<style>
span { border-color: #AA620D; }
span { border-color: rgb(170,98,13); }
td.TdClassName
{
border-color: #AA620D;
}
.TagClassName
{
border-color: #AA620D;
}
</style>