Shades of Golden Brown #AA5D04
Tints of Golden Brown #AA5D04
RGB
CMYK
RGB Variations
Color information
#AA5D04 (or 0xAA5D04) is known color: Golden Brown. HEX triplet: AA, 5D and 04. RGB value is (170,93,4). Sum of RGB (Red+Green+Blue) = 170+93+4=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5D04 is #55A2FB. Grayscale: #6A6A6A. Windows color (decimal): -5612284 or 286122. OLE color: 286122.
HSL color Cylindrical-coordinate representation of color #AA5D04: hue angle of 32.17º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA5D04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 93 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.33 |
| HSL | 32.17º | 0.95% | 0.34% | - |
| HSV(B) | 32.17º | 0.98% | 0.67% | - |
| XYZ | 20.51 | 16.38 | 2.2 | - |
| YUV | 105.88 | 70.51 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 4 | 0 | 0.45 | 0.98 | 0.33 | 32.17 | 0.95 | 0.34 |
| Hex | AA | 5D | 4 | 0 | 2D | 62 | 21 | 20 | 5F | 22 |
| Octal | 252 | 135 | 4 | 0 | 55 | 142 | 41 | 40 | 137 | 42 |
| Binary | 10101010 | 1011101 | 100 | 0 | 101101 | 1100010 | 100001 | 100000 | 1011111 | 100010 |
Color Harmonies of #AA5D04
Complementary color
Monochromatic Colors of #AA5D04
Black with #AA5D04
Text Example
Text Example
White with #AA5D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5D04; }
p { color: rgb(170,93,4); }
H1.HeaderClassName
{
color: #AA5D04;
}
.AnyTagClassName
{
color: #AA5D04;
}
</style>
background-color css
<style>
a { background-color: #AA5D04; }
a { background-color: rgb(170,93,4); }
div.DivClassName
{
background-color: #AA5D04;
}
.BgClassName
{
background-color: #AA5D04;
}
</style>
border-color css
<style>
span { border-color: #AA5D04; }
span { border-color: rgb(170,93,4); }
td.TdClassName
{
border-color: #AA5D04;
}
.TagClassName
{
border-color: #AA5D04;
}
</style>