Shades of Rich Gold #AC5521
Tints of Rich Gold #AC5521
RGB
CMYK
RGB Variations
Color information
#AC5521 (or 0xAC5521) is known color: Rich Gold. HEX triplet: AC, 55 and 21. RGB value is (172,85,33). Sum of RGB (Red+Green+Blue) = 172+85+33=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5521 is #53AADE. Grayscale: #696969. Windows color (decimal): -5483231 or 2184620. OLE color: 2184620.
HSL color Cylindrical-coordinate representation of color #AC5521: hue angle of 22.45º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC5521 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 33 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.33 |
| HSL | 22.45º | 0.68% | 0.4% | - |
| HSV(B) | 22.45º | 0.81% | 0.67% | - |
| XYZ | 20.54 | 15.38 | 3.32 | - |
| YUV | 105.09 | 87.32 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 33 | 0 | 0.51 | 0.81 | 0.33 | 22.45 | 0.68 | 0.4 |
| Hex | AC | 55 | 21 | 0 | 33 | 51 | 21 | 16 | 44 | 28 |
| Octal | 254 | 125 | 41 | 0 | 63 | 121 | 41 | 26 | 104 | 50 |
| Binary | 10101100 | 1010101 | 100001 | 0 | 110011 | 1010001 | 100001 | 10110 | 1000100 | 101000 |
Color Harmonies of #AC5521
Complementary color
Monochromatic Colors of #AC5521
Black with #AC5521
Text Example
Text Example
White with #AC5521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5521; }
p { color: rgb(172,85,33); }
H1.HeaderClassName
{
color: #AC5521;
}
.AnyTagClassName
{
color: #AC5521;
}
</style>
background-color css
<style>
a { background-color: #AC5521; }
a { background-color: rgb(172,85,33); }
div.DivClassName
{
background-color: #AC5521;
}
.BgClassName
{
background-color: #AC5521;
}
</style>
border-color css
<style>
span { border-color: #AC5521; }
span { border-color: rgb(172,85,33); }
td.TdClassName
{
border-color: #AC5521;
}
.TagClassName
{
border-color: #AC5521;
}
</style>