Shades of Golden Brown #AA601C
Tints of Golden Brown #AA601C
RGB
CMYK
RGB Variations
Color information
#AA601C (or 0xAA601C) is known color: Golden Brown. HEX triplet: AA, 60 and 1C. RGB value is (170,96,28). Sum of RGB (Red+Green+Blue) = 170+96+28=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA601C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA601C is #559FE3. Grayscale: #6E6E6E. Windows color (decimal): -5611492 or 1859754. OLE color: 1859754.
HSL color Cylindrical-coordinate representation of color #AA601C: hue angle of 28.73º 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 #AA601C is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 28 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.33 |
| HSL | 28.73º | 0.72% | 0.39% | - |
| HSV(B) | 28.73º | 0.84% | 0.67% | - |
| XYZ | 20.97 | 17 | 3.27 | - |
| YUV | 110.37 | 81.52 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 28 | 0 | 0.44 | 0.84 | 0.33 | 28.73 | 0.72 | 0.39 |
| Hex | AA | 60 | 1C | 0 | 2C | 54 | 21 | 1D | 48 | 27 |
| Octal | 252 | 140 | 34 | 0 | 54 | 124 | 41 | 35 | 110 | 47 |
| Binary | 10101010 | 1100000 | 11100 | 0 | 101100 | 1010100 | 100001 | 11101 | 1001000 | 100111 |
Color Harmonies of #AA601C
Complementary color
Monochromatic Colors of #AA601C
Black with #AA601C
Text Example
Text Example
White with #AA601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA601C; }
p { color: rgb(170,96,28); }
H1.HeaderClassName
{
color: #AA601C;
}
.AnyTagClassName
{
color: #AA601C;
}
</style>
background-color css
<style>
a { background-color: #AA601C; }
a { background-color: rgb(170,96,28); }
div.DivClassName
{
background-color: #AA601C;
}
.BgClassName
{
background-color: #AA601C;
}
</style>
border-color css
<style>
span { border-color: #AA601C; }
span { border-color: rgb(170,96,28); }
td.TdClassName
{
border-color: #AA601C;
}
.TagClassName
{
border-color: #AA601C;
}
</style>