Shades of Rich Gold #AC561C
Tints of Rich Gold #AC561C
RGB
CMYK
RGB Variations
Color information
#AC561C (or 0xAC561C) is known color: Rich Gold. HEX triplet: AC, 56 and 1C. RGB value is (172,86,28). Sum of RGB (Red+Green+Blue) = 172+86+28=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC561C is #53A9E3. Grayscale: #696969. Windows color (decimal): -5482980 or 1857196. OLE color: 1857196.
HSL color Cylindrical-coordinate representation of color #AC561C: hue angle of 24.17º 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 #AC561C is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 28 | - |
| CMYK | 0 | 0.5 | 0.84 | 0.33 |
| HSL | 24.17º | 0.72% | 0.39% | - |
| HSV(B) | 24.17º | 0.84% | 0.67% | - |
| XYZ | 20.55 | 15.51 | 3.01 | - |
| YUV | 105.1 | 84.49 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 28 | 0 | 0.5 | 0.84 | 0.33 | 24.17 | 0.72 | 0.39 |
| Hex | AC | 56 | 1C | 0 | 32 | 54 | 21 | 18 | 48 | 27 |
| Octal | 254 | 126 | 34 | 0 | 62 | 124 | 41 | 30 | 110 | 47 |
| Binary | 10101100 | 1010110 | 11100 | 0 | 110010 | 1010100 | 100001 | 11000 | 1001000 | 100111 |
Color Harmonies of #AC561C
Complementary color
Monochromatic Colors of #AC561C
Black with #AC561C
Text Example
Text Example
White with #AC561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC561C; }
p { color: rgb(172,86,28); }
H1.HeaderClassName
{
color: #AC561C;
}
.AnyTagClassName
{
color: #AC561C;
}
</style>
background-color css
<style>
a { background-color: #AC561C; }
a { background-color: rgb(172,86,28); }
div.DivClassName
{
background-color: #AC561C;
}
.BgClassName
{
background-color: #AC561C;
}
</style>
border-color css
<style>
span { border-color: #AC561C; }
span { border-color: rgb(172,86,28); }
td.TdClassName
{
border-color: #AC561C;
}
.TagClassName
{
border-color: #AC561C;
}
</style>