Shades of Golden Brown #AA611C
Tints of Golden Brown #AA611C
RGB
CMYK
RGB Variations
Color information
#AA611C (or 0xAA611C) is known color: Golden Brown. HEX triplet: AA, 61 and 1C. RGB value is (170,97,28). Sum of RGB (Red+Green+Blue) = 170+97+28=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA611C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA611C is #559EE3. Grayscale: #6F6F6F. Windows color (decimal): -5611236 or 1860010. OLE color: 1860010.
HSL color Cylindrical-coordinate representation of color #AA611C: hue angle of 29.15º degrees, saturation: 0.72, 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 #AA611C is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 28 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.33 |
| HSL | 29.15º | 0.72% | 0.39% | - |
| HSV(B) | 29.15º | 0.84% | 0.67% | - |
| XYZ | 21.06 | 17.18 | 3.3 | - |
| YUV | 110.96 | 81.18 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 28 | 0 | 0.43 | 0.84 | 0.33 | 29.15 | 0.72 | 0.39 |
| Hex | AA | 61 | 1C | 0 | 2B | 54 | 21 | 1D | 48 | 27 |
| Octal | 252 | 141 | 34 | 0 | 53 | 124 | 41 | 35 | 110 | 47 |
| Binary | 10101010 | 1100001 | 11100 | 0 | 101011 | 1010100 | 100001 | 11101 | 1001000 | 100111 |
Color Harmonies of #AA611C
Complementary color
Monochromatic Colors of #AA611C
Black with #AA611C
Text Example
Text Example
White with #AA611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA611C; }
p { color: rgb(170,97,28); }
H1.HeaderClassName
{
color: #AA611C;
}
.AnyTagClassName
{
color: #AA611C;
}
</style>
background-color css
<style>
a { background-color: #AA611C; }
a { background-color: rgb(170,97,28); }
div.DivClassName
{
background-color: #AA611C;
}
.BgClassName
{
background-color: #AA611C;
}
</style>
border-color css
<style>
span { border-color: #AA611C; }
span { border-color: rgb(170,97,28); }
td.TdClassName
{
border-color: #AA611C;
}
.TagClassName
{
border-color: #AA611C;
}
</style>