Shades of Rich Gold #A24A27
Tints of Rich Gold #A24A27
RGB
CMYK
RGB Variations
Color information
#A24A27 (or 0xA24A27) is known color: Rich Gold. HEX triplet: A2, 4A and 27. RGB value is (162,74,39). Sum of RGB (Red+Green+Blue) = 162+74+39=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A27 is #5DB5D8. Grayscale: #606060. Windows color (decimal): -6141401 or 2575010. OLE color: 2575010.
HSL color Cylindrical-coordinate representation of color #A24A27: hue angle of 17.07º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A24A27 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 39 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.36 |
| HSL | 17.07º | 0.61% | 0.39% | - |
| HSV(B) | 17.07º | 0.76% | 0.64% | - |
| XYZ | 17.72 | 12.73 | 3.44 | - |
| YUV | 96.32 | 95.65 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 39 | 0 | 0.54 | 0.76 | 0.36 | 17.07 | 0.61 | 0.39 |
| Hex | A2 | 4A | 27 | 0 | 36 | 4C | 24 | 11 | 3D | 27 |
| Octal | 242 | 112 | 47 | 0 | 66 | 114 | 44 | 21 | 75 | 47 |
| Binary | 10100010 | 1001010 | 100111 | 0 | 110110 | 1001100 | 100100 | 10001 | 111101 | 100111 |
Color Harmonies of #A24A27
Complementary color
Monochromatic Colors of #A24A27
Black with #A24A27
Text Example
Text Example
White with #A24A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A27; }
p { color: rgb(162,74,39); }
H1.HeaderClassName
{
color: #A24A27;
}
.AnyTagClassName
{
color: #A24A27;
}
</style>
background-color css
<style>
a { background-color: #A24A27; }
a { background-color: rgb(162,74,39); }
div.DivClassName
{
background-color: #A24A27;
}
.BgClassName
{
background-color: #A24A27;
}
</style>
border-color css
<style>
span { border-color: #A24A27; }
span { border-color: rgb(162,74,39); }
td.TdClassName
{
border-color: #A24A27;
}
.TagClassName
{
border-color: #A24A27;
}
</style>