Shades of Golden Brown #AA621A
Tints of Golden Brown #AA621A
RGB
CMYK
RGB Variations
Color information
#AA621A (or 0xAA621A) is known color: Golden Brown. HEX triplet: AA, 62 and 1A. RGB value is (170,98,26). Sum of RGB (Red+Green+Blue) = 170+98+26=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA621A is #559DE5. Grayscale: #6F6F6F. Windows color (decimal): -5610982 or 1729194. OLE color: 1729194.
HSL color Cylindrical-coordinate representation of color #AA621A: hue angle of 30º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA621A is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 26 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.33 |
| HSL | 30º | 0.73% | 0.38% | - |
| HSV(B) | 30º | 0.85% | 0.67% | - |
| XYZ | 21.13 | 17.36 | 3.21 | - |
| YUV | 111.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 26 | 0 | 0.42 | 0.85 | 0.33 | 30 | 0.73 | 0.38 |
| Hex | AA | 62 | 1A | 0 | 2A | 55 | 21 | 1E | 49 | 26 |
| Octal | 252 | 142 | 32 | 0 | 52 | 125 | 41 | 36 | 111 | 46 |
| Binary | 10101010 | 1100010 | 11010 | 0 | 101010 | 1010101 | 100001 | 11110 | 1001001 | 100110 |
Color Harmonies of #AA621A
Complementary color
Monochromatic Colors of #AA621A
Black with #AA621A
Text Example
Text Example
White with #AA621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA621A; }
p { color: rgb(170,98,26); }
H1.HeaderClassName
{
color: #AA621A;
}
.AnyTagClassName
{
color: #AA621A;
}
</style>
background-color css
<style>
a { background-color: #AA621A; }
a { background-color: rgb(170,98,26); }
div.DivClassName
{
background-color: #AA621A;
}
.BgClassName
{
background-color: #AA621A;
}
</style>
border-color css
<style>
span { border-color: #AA621A; }
span { border-color: rgb(170,98,26); }
td.TdClassName
{
border-color: #AA621A;
}
.TagClassName
{
border-color: #AA621A;
}
</style>