Shades of Golden Brown #AA620B
Tints of Golden Brown #AA620B
RGB
CMYK
RGB Variations
Color information
#AA620B (or 0xAA620B) is known color: Golden Brown. HEX triplet: AA, 62 and 0B. RGB value is (170,98,11). Sum of RGB (Red+Green+Blue) = 170+98+11=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA620B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA620B is #559DF4. Grayscale: #6E6E6E. Windows color (decimal): -5610997 or 746154. OLE color: 746154.
HSL color Cylindrical-coordinate representation of color #AA620B: hue angle of 32.83º degrees, saturation: 0.88, 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 #AA620B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 11 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.33 |
| HSL | 32.83º | 0.88% | 0.35% | - |
| HSV(B) | 32.83º | 0.94% | 0.67% | - |
| XYZ | 21.01 | 17.31 | 2.55 | - |
| YUV | 109.61 | 72.35 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 11 | 0 | 0.42 | 0.94 | 0.33 | 32.83 | 0.88 | 0.35 |
| Hex | AA | 62 | B | 0 | 2A | 5E | 21 | 21 | 58 | 23 |
| Octal | 252 | 142 | 13 | 0 | 52 | 136 | 41 | 41 | 130 | 43 |
| Binary | 10101010 | 1100010 | 1011 | 0 | 101010 | 1011110 | 100001 | 100001 | 1011000 | 100011 |
Color Harmonies of #AA620B
Complementary color
Monochromatic Colors of #AA620B
Black with #AA620B
Text Example
Text Example
White with #AA620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA620B; }
p { color: rgb(170,98,11); }
H1.HeaderClassName
{
color: #AA620B;
}
.AnyTagClassName
{
color: #AA620B;
}
</style>
background-color css
<style>
a { background-color: #AA620B; }
a { background-color: rgb(170,98,11); }
div.DivClassName
{
background-color: #AA620B;
}
.BgClassName
{
background-color: #AA620B;
}
</style>
border-color css
<style>
span { border-color: #AA620B; }
span { border-color: rgb(170,98,11); }
td.TdClassName
{
border-color: #AA620B;
}
.TagClassName
{
border-color: #AA620B;
}
</style>