Shades of Golden Brown #AA6A0C
Tints of Golden Brown #AA6A0C
RGB
CMYK
RGB Variations
Color information
#AA6A0C (or 0xAA6A0C) is known color: Golden Brown. HEX triplet: AA, 6A and 0C. RGB value is (170,106,12). Sum of RGB (Red+Green+Blue) = 170+106+12=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6A0C is #5595F3. Grayscale: #727272. Windows color (decimal): -5608948 or 813738. OLE color: 813738.
HSL color Cylindrical-coordinate representation of color #AA6A0C: hue angle of 35.7º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA6A0C is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 12 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.33 |
| HSL | 35.7º | 0.87% | 0.36% | - |
| HSV(B) | 35.7º | 0.93% | 0.67% | - |
| XYZ | 21.8 | 18.88 | 2.84 | - |
| YUV | 114.42 | 70.2 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 12 | 0 | 0.38 | 0.93 | 0.33 | 35.7 | 0.87 | 0.36 |
| Hex | AA | 6A | C | 0 | 26 | 5D | 21 | 24 | 57 | 24 |
| Octal | 252 | 152 | 14 | 0 | 46 | 135 | 41 | 44 | 127 | 44 |
| Binary | 10101010 | 1101010 | 1100 | 0 | 100110 | 1011101 | 100001 | 100100 | 1010111 | 100100 |
Color Harmonies of #AA6A0C
Complementary color
Monochromatic Colors of #AA6A0C
Black with #AA6A0C
Text Example
Text Example
White with #AA6A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A0C; }
p { color: rgb(170,106,12); }
H1.HeaderClassName
{
color: #AA6A0C;
}
.AnyTagClassName
{
color: #AA6A0C;
}
</style>
background-color css
<style>
a { background-color: #AA6A0C; }
a { background-color: rgb(170,106,12); }
div.DivClassName
{
background-color: #AA6A0C;
}
.BgClassName
{
background-color: #AA6A0C;
}
</style>
border-color css
<style>
span { border-color: #AA6A0C; }
span { border-color: rgb(170,106,12); }
td.TdClassName
{
border-color: #AA6A0C;
}
.TagClassName
{
border-color: #AA6A0C;
}
</style>