Shades of Golden Brown #AA620F
Tints of Golden Brown #AA620F
RGB
CMYK
RGB Variations
Color information
#AA620F (or 0xAA620F) is known color: Golden Brown. HEX triplet: AA, 62 and 0F. RGB value is (170,98,15). Sum of RGB (Red+Green+Blue) = 170+98+15=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA620F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA620F is #559DF0. Grayscale: #6E6E6E. Windows color (decimal): -5610993 or 1008298. OLE color: 1008298.
HSL color Cylindrical-coordinate representation of color #AA620F: hue angle of 32.13º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA620F is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 15 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.33 |
| HSL | 32.13º | 0.84% | 0.36% | - |
| HSV(B) | 32.13º | 0.91% | 0.67% | - |
| XYZ | 21.03 | 17.32 | 2.69 | - |
| YUV | 110.07 | 74.35 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 15 | 0 | 0.42 | 0.91 | 0.33 | 32.13 | 0.84 | 0.36 |
| Hex | AA | 62 | F | 0 | 2A | 5B | 21 | 20 | 54 | 24 |
| Octal | 252 | 142 | 17 | 0 | 52 | 133 | 41 | 40 | 124 | 44 |
| Binary | 10101010 | 1100010 | 1111 | 0 | 101010 | 1011011 | 100001 | 100000 | 1010100 | 100100 |
Color Harmonies of #AA620F
Complementary color
Monochromatic Colors of #AA620F
Black with #AA620F
Text Example
Text Example
White with #AA620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA620F; }
p { color: rgb(170,98,15); }
H1.HeaderClassName
{
color: #AA620F;
}
.AnyTagClassName
{
color: #AA620F;
}
</style>
background-color css
<style>
a { background-color: #AA620F; }
a { background-color: rgb(170,98,15); }
div.DivClassName
{
background-color: #AA620F;
}
.BgClassName
{
background-color: #AA620F;
}
</style>
border-color css
<style>
span { border-color: #AA620F; }
span { border-color: rgb(170,98,15); }
td.TdClassName
{
border-color: #AA620F;
}
.TagClassName
{
border-color: #AA620F;
}
</style>