Shades of Golden Brown #AA6B0E
Tints of Golden Brown #AA6B0E
RGB
CMYK
RGB Variations
Color information
#AA6B0E (or 0xAA6B0E) is known color: Golden Brown. HEX triplet: AA, 6B and 0E. RGB value is (170,107,14). Sum of RGB (Red+Green+Blue) = 170+107+14=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6B0E is #5594F1. Grayscale: #737373. Windows color (decimal): -5608690 or 945066. OLE color: 945066.
HSL color Cylindrical-coordinate representation of color #AA6B0E: hue angle of 35.77º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA6B0E is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 14 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.33 |
| HSL | 35.77º | 0.85% | 0.36% | - |
| HSV(B) | 35.77º | 0.92% | 0.67% | - |
| XYZ | 21.91 | 19.09 | 2.95 | - |
| YUV | 115.24 | 70.87 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 14 | 0 | 0.37 | 0.92 | 0.33 | 35.77 | 0.85 | 0.36 |
| Hex | AA | 6B | E | 0 | 25 | 5C | 21 | 24 | 55 | 24 |
| Octal | 252 | 153 | 16 | 0 | 45 | 134 | 41 | 44 | 125 | 44 |
| Binary | 10101010 | 1101011 | 1110 | 0 | 100101 | 1011100 | 100001 | 100100 | 1010101 | 100100 |
Color Harmonies of #AA6B0E
Complementary color
Monochromatic Colors of #AA6B0E
Black with #AA6B0E
Text Example
Text Example
White with #AA6B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B0E; }
p { color: rgb(170,107,14); }
H1.HeaderClassName
{
color: #AA6B0E;
}
.AnyTagClassName
{
color: #AA6B0E;
}
</style>
background-color css
<style>
a { background-color: #AA6B0E; }
a { background-color: rgb(170,107,14); }
div.DivClassName
{
background-color: #AA6B0E;
}
.BgClassName
{
background-color: #AA6B0E;
}
</style>
border-color css
<style>
span { border-color: #AA6B0E; }
span { border-color: rgb(170,107,14); }
td.TdClassName
{
border-color: #AA6B0E;
}
.TagClassName
{
border-color: #AA6B0E;
}
</style>