Shades of Rich Gold #AC5323
Tints of Rich Gold #AC5323
RGB
CMYK
RGB Variations
Color information
#AC5323 (or 0xAC5323) is known color: Rich Gold. HEX triplet: AC, 53 and 23. RGB value is (172,83,35). Sum of RGB (Red+Green+Blue) = 172+83+35=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5323 is #53ACDC. Grayscale: #686868. Windows color (decimal): -5483741 or 2315180. OLE color: 2315180.
HSL color Cylindrical-coordinate representation of color #AC5323: hue angle of 21.02º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC5323 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 35 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.33 |
| HSL | 21.02º | 0.66% | 0.41% | - |
| HSV(B) | 21.02º | 0.8% | 0.67% | - |
| XYZ | 20.41 | 15.08 | 3.42 | - |
| YUV | 104.14 | 88.99 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 35 | 0 | 0.52 | 0.80 | 0.33 | 21.02 | 0.66 | 0.41 |
| Hex | AC | 53 | 23 | 0 | 34 | 50 | 21 | 15 | 42 | 29 |
| Octal | 254 | 123 | 43 | 0 | 64 | 120 | 41 | 25 | 102 | 51 |
| Binary | 10101100 | 1010011 | 100011 | 0 | 110100 | 1010000 | 100001 | 10101 | 1000010 | 101001 |
Color Harmonies of #AC5323
Complementary color
Monochromatic Colors of #AC5323
Black with #AC5323
Text Example
Text Example
White with #AC5323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5323; }
p { color: rgb(172,83,35); }
H1.HeaderClassName
{
color: #AC5323;
}
.AnyTagClassName
{
color: #AC5323;
}
</style>
background-color css
<style>
a { background-color: #AC5323; }
a { background-color: rgb(172,83,35); }
div.DivClassName
{
background-color: #AC5323;
}
.BgClassName
{
background-color: #AC5323;
}
</style>
border-color css
<style>
span { border-color: #AC5323; }
span { border-color: rgb(172,83,35); }
td.TdClassName
{
border-color: #AC5323;
}
.TagClassName
{
border-color: #AC5323;
}
</style>