Shades of Golden Brown #AA5D14
Tints of Golden Brown #AA5D14
RGB
CMYK
RGB Variations
Color information
#AA5D14 (or 0xAA5D14) is known color: Golden Brown. HEX triplet: AA, 5D and 14. RGB value is (170,93,20). Sum of RGB (Red+Green+Blue) = 170+93+20=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5D14 is #55A2EB. Grayscale: #6C6C6C. Windows color (decimal): -5612268 or 1334698. OLE color: 1334698.
HSL color Cylindrical-coordinate representation of color #AA5D14: hue angle of 29.2º 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 #AA5D14 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 20 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.33 |
| HSL | 29.2º | 0.79% | 0.37% | - |
| HSV(B) | 29.2º | 0.88% | 0.67% | - |
| XYZ | 20.62 | 16.43 | 2.75 | - |
| YUV | 107.7 | 78.51 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 20 | 0 | 0.45 | 0.88 | 0.33 | 29.2 | 0.79 | 0.37 |
| Hex | AA | 5D | 14 | 0 | 2D | 58 | 21 | 1D | 4F | 25 |
| Octal | 252 | 135 | 24 | 0 | 55 | 130 | 41 | 35 | 117 | 45 |
| Binary | 10101010 | 1011101 | 10100 | 0 | 101101 | 1011000 | 100001 | 11101 | 1001111 | 100101 |
Color Harmonies of #AA5D14
Complementary color
Monochromatic Colors of #AA5D14
Black with #AA5D14
Text Example
Text Example
White with #AA5D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D14; }
p { color: rgb(170,93,20); }
H1.HeaderClassName
{
color: #AA5D14;
}
.AnyTagClassName
{
color: #AA5D14;
}
</style>
background-color css
<style>
a { background-color: #AA5D14; }
a { background-color: rgb(170,93,20); }
div.DivClassName
{
background-color: #AA5D14;
}
.BgClassName
{
background-color: #AA5D14;
}
</style>
border-color css
<style>
span { border-color: #AA5D14; }
span { border-color: rgb(170,93,20); }
td.TdClassName
{
border-color: #AA5D14;
}
.TagClassName
{
border-color: #AA5D14;
}
</style>