Shades of Golden Brown #AA620C
Tints of Golden Brown #AA620C
RGB
CMYK
RGB Variations
Color information
#AA620C (or 0xAA620C) is known color: Golden Brown. HEX triplet: AA, 62 and 0C. RGB value is (170,98,12). Sum of RGB (Red+Green+Blue) = 170+98+12=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA620C is #559DF3. Grayscale: #6E6E6E. Windows color (decimal): -5610996 or 811690. OLE color: 811690.
HSL color Cylindrical-coordinate representation of color #AA620C: hue angle of 32.66º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA620C is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 12 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.33 |
| HSL | 32.66º | 0.87% | 0.36% | - |
| HSV(B) | 32.66º | 0.93% | 0.67% | - |
| XYZ | 21.01 | 17.31 | 2.58 | - |
| YUV | 109.72 | 72.85 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 12 | 0 | 0.42 | 0.93 | 0.33 | 32.66 | 0.87 | 0.36 |
| Hex | AA | 62 | C | 0 | 2A | 5D | 21 | 21 | 57 | 24 |
| Octal | 252 | 142 | 14 | 0 | 52 | 135 | 41 | 41 | 127 | 44 |
| Binary | 10101010 | 1100010 | 1100 | 0 | 101010 | 1011101 | 100001 | 100001 | 1010111 | 100100 |
Color Harmonies of #AA620C
Complementary color
Monochromatic Colors of #AA620C
Black with #AA620C
Text Example
Text Example
White with #AA620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA620C; }
p { color: rgb(170,98,12); }
H1.HeaderClassName
{
color: #AA620C;
}
.AnyTagClassName
{
color: #AA620C;
}
</style>
background-color css
<style>
a { background-color: #AA620C; }
a { background-color: rgb(170,98,12); }
div.DivClassName
{
background-color: #AA620C;
}
.BgClassName
{
background-color: #AA620C;
}
</style>
border-color css
<style>
span { border-color: #AA620C; }
span { border-color: rgb(170,98,12); }
td.TdClassName
{
border-color: #AA620C;
}
.TagClassName
{
border-color: #AA620C;
}
</style>