Shades of Golden Brown #AA6914
Tints of Golden Brown #AA6914
RGB
CMYK
RGB Variations
Color information
#AA6914 (or 0xAA6914) is known color: Golden Brown. HEX triplet: AA, 69 and 14. RGB value is (170,105,20). Sum of RGB (Red+Green+Blue) = 170+105+20=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6914 is #5596EB. Grayscale: #737373. Windows color (decimal): -5609196 or 1337770. OLE color: 1337770.
HSL color Cylindrical-coordinate representation of color #AA6914: hue angle of 34º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA6914 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 105 | 20 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.33 |
| HSL | 34º | 0.79% | 0.37% | - |
| HSV(B) | 34º | 0.88% | 0.67% | - |
| XYZ | 21.76 | 18.7 | 3.12 | - |
| YUV | 114.75 | 74.53 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 20 | 0 | 0.38 | 0.88 | 0.33 | 34 | 0.79 | 0.37 |
| Hex | AA | 69 | 14 | 0 | 26 | 58 | 21 | 22 | 4F | 25 |
| Octal | 252 | 151 | 24 | 0 | 46 | 130 | 41 | 42 | 117 | 45 |
| Binary | 10101010 | 1101001 | 10100 | 0 | 100110 | 1011000 | 100001 | 100010 | 1001111 | 100101 |
Color Harmonies of #AA6914
Complementary color
Monochromatic Colors of #AA6914
Black with #AA6914
Text Example
Text Example
White with #AA6914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6914; }
p { color: rgb(170,105,20); }
H1.HeaderClassName
{
color: #AA6914;
}
.AnyTagClassName
{
color: #AA6914;
}
</style>
background-color css
<style>
a { background-color: #AA6914; }
a { background-color: rgb(170,105,20); }
div.DivClassName
{
background-color: #AA6914;
}
.BgClassName
{
background-color: #AA6914;
}
</style>
border-color css
<style>
span { border-color: #AA6914; }
span { border-color: rgb(170,105,20); }
td.TdClassName
{
border-color: #AA6914;
}
.TagClassName
{
border-color: #AA6914;
}
</style>