Shades of Rich Gold #AC531C
Tints of Rich Gold #AC531C
RGB
CMYK
RGB Variations
Color information
#AC531C (or 0xAC531C) is known color: Rich Gold. HEX triplet: AC, 53 and 1C. RGB value is (172,83,28). Sum of RGB (Red+Green+Blue) = 172+83+28=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC531C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC531C is #53ACE3. Grayscale: #676767. Windows color (decimal): -5483748 or 1856428. OLE color: 1856428.
HSL color Cylindrical-coordinate representation of color #AC531C: hue angle of 22.92º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC531C is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 28 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.33 |
| HSL | 22.92º | 0.72% | 0.39% | - |
| HSV(B) | 22.92º | 0.84% | 0.67% | - |
| XYZ | 20.32 | 15.04 | 2.93 | - |
| YUV | 103.34 | 85.49 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 28 | 0 | 0.52 | 0.84 | 0.33 | 22.92 | 0.72 | 0.39 |
| Hex | AC | 53 | 1C | 0 | 34 | 54 | 21 | 17 | 48 | 27 |
| Octal | 254 | 123 | 34 | 0 | 64 | 124 | 41 | 27 | 110 | 47 |
| Binary | 10101100 | 1010011 | 11100 | 0 | 110100 | 1010100 | 100001 | 10111 | 1001000 | 100111 |
Color Harmonies of #AC531C
Complementary color
Monochromatic Colors of #AC531C
Black with #AC531C
Text Example
Text Example
White with #AC531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC531C; }
p { color: rgb(172,83,28); }
H1.HeaderClassName
{
color: #AC531C;
}
.AnyTagClassName
{
color: #AC531C;
}
</style>
background-color css
<style>
a { background-color: #AC531C; }
a { background-color: rgb(172,83,28); }
div.DivClassName
{
background-color: #AC531C;
}
.BgClassName
{
background-color: #AC531C;
}
</style>
border-color css
<style>
span { border-color: #AC531C; }
span { border-color: rgb(172,83,28); }
td.TdClassName
{
border-color: #AC531C;
}
.TagClassName
{
border-color: #AC531C;
}
</style>