Shades of Golden Brown #AA5C0E
Tints of Golden Brown #AA5C0E
RGB
CMYK
RGB Variations
Color information
#AA5C0E (or 0xAA5C0E) is known color: Golden Brown. HEX triplet: AA, 5C and 0E. RGB value is (170,92,14). Sum of RGB (Red+Green+Blue) = 170+92+14=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C0E is #55A3F1. Grayscale: #6A6A6A. Windows color (decimal): -5612530 or 941226. OLE color: 941226.
HSL color Cylindrical-coordinate representation of color #AA5C0E: hue angle of 30º 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 #AA5C0E is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 14 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.33 |
| HSL | 30º | 0.85% | 0.36% | - |
| HSV(B) | 30º | 0.92% | 0.67% | - |
| XYZ | 20.48 | 16.23 | 2.47 | - |
| YUV | 106.43 | 75.84 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 14 | 0 | 0.46 | 0.92 | 0.33 | 30 | 0.85 | 0.36 |
| Hex | AA | 5C | E | 0 | 2E | 5C | 21 | 1E | 55 | 24 |
| Octal | 252 | 134 | 16 | 0 | 56 | 134 | 41 | 36 | 125 | 44 |
| Binary | 10101010 | 1011100 | 1110 | 0 | 101110 | 1011100 | 100001 | 11110 | 1010101 | 100100 |
Color Harmonies of #AA5C0E
Complementary color
Monochromatic Colors of #AA5C0E
Black with #AA5C0E
Text Example
Text Example
White with #AA5C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C0E; }
p { color: rgb(170,92,14); }
H1.HeaderClassName
{
color: #AA5C0E;
}
.AnyTagClassName
{
color: #AA5C0E;
}
</style>
background-color css
<style>
a { background-color: #AA5C0E; }
a { background-color: rgb(170,92,14); }
div.DivClassName
{
background-color: #AA5C0E;
}
.BgClassName
{
background-color: #AA5C0E;
}
</style>
border-color css
<style>
span { border-color: #AA5C0E; }
span { border-color: rgb(170,92,14); }
td.TdClassName
{
border-color: #AA5C0E;
}
.TagClassName
{
border-color: #AA5C0E;
}
</style>