Shades of Golden Brown #AA6B0C
Tints of Golden Brown #AA6B0C
RGB
CMYK
RGB Variations
Color information
#AA6B0C (or 0xAA6B0C) is known color: Golden Brown. HEX triplet: AA, 6B and 0C. RGB value is (170,107,12). Sum of RGB (Red+Green+Blue) = 170+107+12=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6B0C is #5594F3. Grayscale: #737373. Windows color (decimal): -5608692 or 813994. OLE color: 813994.
HSL color Cylindrical-coordinate representation of color #AA6B0C: hue angle of 36.08º 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 #AA6B0C is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 12 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.33 |
| HSL | 36.08º | 0.87% | 0.36% | - |
| HSV(B) | 36.08º | 0.93% | 0.67% | - |
| XYZ | 21.9 | 19.09 | 2.88 | - |
| YUV | 115.01 | 69.87 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 12 | 0 | 0.37 | 0.93 | 0.33 | 36.08 | 0.87 | 0.36 |
| Hex | AA | 6B | C | 0 | 25 | 5D | 21 | 24 | 57 | 24 |
| Octal | 252 | 153 | 14 | 0 | 45 | 135 | 41 | 44 | 127 | 44 |
| Binary | 10101010 | 1101011 | 1100 | 0 | 100101 | 1011101 | 100001 | 100100 | 1010111 | 100100 |
Color Harmonies of #AA6B0C
Complementary color
Monochromatic Colors of #AA6B0C
Black with #AA6B0C
Text Example
Text Example
White with #AA6B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B0C; }
p { color: rgb(170,107,12); }
H1.HeaderClassName
{
color: #AA6B0C;
}
.AnyTagClassName
{
color: #AA6B0C;
}
</style>
background-color css
<style>
a { background-color: #AA6B0C; }
a { background-color: rgb(170,107,12); }
div.DivClassName
{
background-color: #AA6B0C;
}
.BgClassName
{
background-color: #AA6B0C;
}
</style>
border-color css
<style>
span { border-color: #AA6B0C; }
span { border-color: rgb(170,107,12); }
td.TdClassName
{
border-color: #AA6B0C;
}
.TagClassName
{
border-color: #AA6B0C;
}
</style>