Shades of Golden Brown #AA6813
Tints of Golden Brown #AA6813
RGB
CMYK
RGB Variations
Color information
#AA6813 (or 0xAA6813) is known color: Golden Brown. HEX triplet: AA, 68 and 13. RGB value is (170,104,19). Sum of RGB (Red+Green+Blue) = 170+104+19=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6813 is #5597EC. Grayscale: #727272. Windows color (decimal): -5609453 or 1271978. OLE color: 1271978.
HSL color Cylindrical-coordinate representation of color #AA6813: hue angle of 33.77º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA6813 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 104 | 19 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.33 |
| HSL | 33.77º | 0.8% | 0.37% | - |
| HSV(B) | 33.77º | 0.89% | 0.67% | - |
| XYZ | 21.65 | 18.49 | 3.04 | - |
| YUV | 114.04 | 74.37 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 104 | 19 | 0 | 0.39 | 0.89 | 0.33 | 33.77 | 0.8 | 0.37 |
| Hex | AA | 68 | 13 | 0 | 27 | 59 | 21 | 22 | 50 | 25 |
| Octal | 252 | 150 | 23 | 0 | 47 | 131 | 41 | 42 | 120 | 45 |
| Binary | 10101010 | 1101000 | 10011 | 0 | 100111 | 1011001 | 100001 | 100010 | 1010000 | 100101 |
Color Harmonies of #AA6813
Complementary color
Monochromatic Colors of #AA6813
Black with #AA6813
Text Example
Text Example
White with #AA6813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6813; }
p { color: rgb(170,104,19); }
H1.HeaderClassName
{
color: #AA6813;
}
.AnyTagClassName
{
color: #AA6813;
}
</style>
background-color css
<style>
a { background-color: #AA6813; }
a { background-color: rgb(170,104,19); }
div.DivClassName
{
background-color: #AA6813;
}
.BgClassName
{
background-color: #AA6813;
}
</style>
border-color css
<style>
span { border-color: #AA6813; }
span { border-color: rgb(170,104,19); }
td.TdClassName
{
border-color: #AA6813;
}
.TagClassName
{
border-color: #AA6813;
}
</style>