Shades of Golden Brown #AA621B
Tints of Golden Brown #AA621B
RGB
CMYK
RGB Variations
Color information
#AA621B (or 0xAA621B) is known color: Golden Brown. HEX triplet: AA, 62 and 1B. RGB value is (170,98,27). Sum of RGB (Red+Green+Blue) = 170+98+27=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA621B is #559DE4. Grayscale: #6F6F6F. Windows color (decimal): -5610981 or 1794730. OLE color: 1794730.
HSL color Cylindrical-coordinate representation of color #AA621B: hue angle of 29.79º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA621B is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 27 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.33 |
| HSL | 29.79º | 0.73% | 0.39% | - |
| HSV(B) | 29.79º | 0.84% | 0.67% | - |
| XYZ | 21.14 | 17.36 | 3.27 | - |
| YUV | 111.43 | 80.35 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 27 | 0 | 0.42 | 0.84 | 0.33 | 29.79 | 0.73 | 0.39 |
| Hex | AA | 62 | 1B | 0 | 2A | 54 | 21 | 1E | 49 | 27 |
| Octal | 252 | 142 | 33 | 0 | 52 | 124 | 41 | 36 | 111 | 47 |
| Binary | 10101010 | 1100010 | 11011 | 0 | 101010 | 1010100 | 100001 | 11110 | 1001001 | 100111 |
Color Harmonies of #AA621B
Complementary color
Monochromatic Colors of #AA621B
Black with #AA621B
Text Example
Text Example
White with #AA621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA621B; }
p { color: rgb(170,98,27); }
H1.HeaderClassName
{
color: #AA621B;
}
.AnyTagClassName
{
color: #AA621B;
}
</style>
background-color css
<style>
a { background-color: #AA621B; }
a { background-color: rgb(170,98,27); }
div.DivClassName
{
background-color: #AA621B;
}
.BgClassName
{
background-color: #AA621B;
}
</style>
border-color css
<style>
span { border-color: #AA621B; }
span { border-color: rgb(170,98,27); }
td.TdClassName
{
border-color: #AA621B;
}
.TagClassName
{
border-color: #AA621B;
}
</style>