Shades of Rich Gold #AC4E19
Tints of Rich Gold #AC4E19
RGB
CMYK
RGB Variations
Color information
#AC4E19 (or 0xAC4E19) is known color: Rich Gold. HEX triplet: AC, 4E and 19. RGB value is (172,78,25). Sum of RGB (Red+Green+Blue) = 172+78+25=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4E19 is #53B1E6. Grayscale: #646464. Windows color (decimal): -5485031 or 1658540. OLE color: 1658540.
HSL color Cylindrical-coordinate representation of color #AC4E19: hue angle of 21.63º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC4E19 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 25 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.33 |
| HSL | 21.63º | 0.75% | 0.39% | - |
| HSV(B) | 21.63º | 0.85% | 0.67% | - |
| XYZ | 19.91 | 14.29 | 2.63 | - |
| YUV | 100.06 | 85.64 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 25 | 0 | 0.55 | 0.85 | 0.33 | 21.63 | 0.75 | 0.39 |
| Hex | AC | 4E | 19 | 0 | 37 | 55 | 21 | 16 | 4B | 27 |
| Octal | 254 | 116 | 31 | 0 | 67 | 125 | 41 | 26 | 113 | 47 |
| Binary | 10101100 | 1001110 | 11001 | 0 | 110111 | 1010101 | 100001 | 10110 | 1001011 | 100111 |
Color Harmonies of #AC4E19
Complementary color
Monochromatic Colors of #AC4E19
Black with #AC4E19
Text Example
Text Example
White with #AC4E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E19; }
p { color: rgb(172,78,25); }
H1.HeaderClassName
{
color: #AC4E19;
}
.AnyTagClassName
{
color: #AC4E19;
}
</style>
background-color css
<style>
a { background-color: #AC4E19; }
a { background-color: rgb(172,78,25); }
div.DivClassName
{
background-color: #AC4E19;
}
.BgClassName
{
background-color: #AC4E19;
}
</style>
border-color css
<style>
span { border-color: #AC4E19; }
span { border-color: rgb(172,78,25); }
td.TdClassName
{
border-color: #AC4E19;
}
.TagClassName
{
border-color: #AC4E19;
}
</style>