Shades of Golden Brown #AA5C04
Tints of Golden Brown #AA5C04
RGB
CMYK
RGB Variations
Color information
#AA5C04 (or 0xAA5C04) is known color: Golden Brown. HEX triplet: AA, 5C and 04. RGB value is (170,92,4). Sum of RGB (Red+Green+Blue) = 170+92+4=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C04 is #55A3FB. Grayscale: #696969. Windows color (decimal): -5612540 or 285866. OLE color: 285866.
HSL color Cylindrical-coordinate representation of color #AA5C04: hue angle of 31.81º 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 #AA5C04 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.33 |
| HSL | 31.81º | 0.95% | 0.34% | - |
| HSV(B) | 31.81º | 0.98% | 0.67% | - |
| XYZ | 20.43 | 16.21 | 2.17 | - |
| YUV | 105.29 | 70.84 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 4 | 0 | 0.46 | 0.98 | 0.33 | 31.81 | 0.95 | 0.34 |
| Hex | AA | 5C | 4 | 0 | 2E | 62 | 21 | 20 | 5F | 22 |
| Octal | 252 | 134 | 4 | 0 | 56 | 142 | 41 | 40 | 137 | 42 |
| Binary | 10101010 | 1011100 | 100 | 0 | 101110 | 1100010 | 100001 | 100000 | 1011111 | 100010 |
Color Harmonies of #AA5C04
Complementary color
Monochromatic Colors of #AA5C04
Black with #AA5C04
Text Example
Text Example
White with #AA5C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C04; }
p { color: rgb(170,92,4); }
H1.HeaderClassName
{
color: #AA5C04;
}
.AnyTagClassName
{
color: #AA5C04;
}
</style>
background-color css
<style>
a { background-color: #AA5C04; }
a { background-color: rgb(170,92,4); }
div.DivClassName
{
background-color: #AA5C04;
}
.BgClassName
{
background-color: #AA5C04;
}
</style>
border-color css
<style>
span { border-color: #AA5C04; }
span { border-color: rgb(170,92,4); }
td.TdClassName
{
border-color: #AA5C04;
}
.TagClassName
{
border-color: #AA5C04;
}
</style>