Shades of Golden Brown #AA5D0E
Tints of Golden Brown #AA5D0E
RGB
CMYK
RGB Variations
Color information
#AA5D0E (or 0xAA5D0E) is known color: Golden Brown. HEX triplet: AA, 5D and 0E. RGB value is (170,93,14). Sum of RGB (Red+Green+Blue) = 170+93+14=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5D0E is #55A2F1. Grayscale: #6B6B6B. Windows color (decimal): -5612274 or 941482. OLE color: 941482.
HSL color Cylindrical-coordinate representation of color #AA5D0E: hue angle of 30.38º 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 #AA5D0E is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 14 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.33 |
| HSL | 30.38º | 0.85% | 0.36% | - |
| HSV(B) | 30.38º | 0.92% | 0.67% | - |
| XYZ | 20.57 | 16.41 | 2.5 | - |
| YUV | 107.02 | 75.51 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 14 | 0 | 0.45 | 0.92 | 0.33 | 30.38 | 0.85 | 0.36 |
| Hex | AA | 5D | E | 0 | 2D | 5C | 21 | 1E | 55 | 24 |
| Octal | 252 | 135 | 16 | 0 | 55 | 134 | 41 | 36 | 125 | 44 |
| Binary | 10101010 | 1011101 | 1110 | 0 | 101101 | 1011100 | 100001 | 11110 | 1010101 | 100100 |
Color Harmonies of #AA5D0E
Complementary color
Monochromatic Colors of #AA5D0E
Black with #AA5D0E
Text Example
Text Example
White with #AA5D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D0E; }
p { color: rgb(170,93,14); }
H1.HeaderClassName
{
color: #AA5D0E;
}
.AnyTagClassName
{
color: #AA5D0E;
}
</style>
background-color css
<style>
a { background-color: #AA5D0E; }
a { background-color: rgb(170,93,14); }
div.DivClassName
{
background-color: #AA5D0E;
}
.BgClassName
{
background-color: #AA5D0E;
}
</style>
border-color css
<style>
span { border-color: #AA5D0E; }
span { border-color: rgb(170,93,14); }
td.TdClassName
{
border-color: #AA5D0E;
}
.TagClassName
{
border-color: #AA5D0E;
}
</style>