Shades of Rich Gold #A45427
Tints of Rich Gold #A45427
RGB
CMYK
RGB Variations
Color information
#A45427 (or 0xA45427) is known color: Rich Gold. HEX triplet: A4, 54 and 27. RGB value is (164,84,39). Sum of RGB (Red+Green+Blue) = 164+84+39=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A45427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45427 is #5BABD8. Grayscale: #676767. Windows color (decimal): -6007769 or 2577572. OLE color: 2577572.
HSL color Cylindrical-coordinate representation of color #A45427: hue angle of 21.6º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A45427 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 84 | 39 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.36 |
| HSL | 21.6º | 0.62% | 0.4% | - |
| HSV(B) | 21.6º | 0.76% | 0.64% | - |
| XYZ | 18.85 | 14.38 | 3.7 | - |
| YUV | 102.79 | 92 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 84 | 39 | 0 | 0.49 | 0.76 | 0.36 | 21.6 | 0.62 | 0.4 |
| Hex | A4 | 54 | 27 | 0 | 31 | 4C | 24 | 16 | 3E | 28 |
| Octal | 244 | 124 | 47 | 0 | 61 | 114 | 44 | 26 | 76 | 50 |
| Binary | 10100100 | 1010100 | 100111 | 0 | 110001 | 1001100 | 100100 | 10110 | 111110 | 101000 |
Color Harmonies of #A45427
Complementary color
Monochromatic Colors of #A45427
Black with #A45427
Text Example
Text Example
White with #A45427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45427; }
p { color: rgb(164,84,39); }
H1.HeaderClassName
{
color: #A45427;
}
.AnyTagClassName
{
color: #A45427;
}
</style>
background-color css
<style>
a { background-color: #A45427; }
a { background-color: rgb(164,84,39); }
div.DivClassName
{
background-color: #A45427;
}
.BgClassName
{
background-color: #A45427;
}
</style>
border-color css
<style>
span { border-color: #A45427; }
span { border-color: rgb(164,84,39); }
td.TdClassName
{
border-color: #A45427;
}
.TagClassName
{
border-color: #A45427;
}
</style>