Shades of Rich Gold #A34E27
Tints of Rich Gold #A34E27
RGB
CMYK
RGB Variations
Color information
#A34E27 (or 0xA34E27) is known color: Rich Gold. HEX triplet: A3, 4E and 27. RGB value is (163,78,39). Sum of RGB (Red+Green+Blue) = 163+78+39=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E27 is #5CB1D8. Grayscale: #636363. Windows color (decimal): -6074841 or 2576035. OLE color: 2576035.
HSL color Cylindrical-coordinate representation of color #A34E27: hue angle of 18.87º degrees, saturation: 0.61, 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 #A34E27 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 78 | 39 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.36 |
| HSL | 18.87º | 0.61% | 0.4% | - |
| HSV(B) | 18.87º | 0.76% | 0.64% | - |
| XYZ | 18.19 | 13.38 | 3.54 | - |
| YUV | 98.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 39 | 0 | 0.52 | 0.76 | 0.36 | 18.87 | 0.61 | 0.4 |
| Hex | A3 | 4E | 27 | 0 | 34 | 4C | 24 | 13 | 3D | 28 |
| Octal | 243 | 116 | 47 | 0 | 64 | 114 | 44 | 23 | 75 | 50 |
| Binary | 10100011 | 1001110 | 100111 | 0 | 110100 | 1001100 | 100100 | 10011 | 111101 | 101000 |
Color Harmonies of #A34E27
Complementary color
Monochromatic Colors of #A34E27
Black with #A34E27
Text Example
Text Example
White with #A34E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34E27; }
p { color: rgb(163,78,39); }
H1.HeaderClassName
{
color: #A34E27;
}
.AnyTagClassName
{
color: #A34E27;
}
</style>
background-color css
<style>
a { background-color: #A34E27; }
a { background-color: rgb(163,78,39); }
div.DivClassName
{
background-color: #A34E27;
}
.BgClassName
{
background-color: #A34E27;
}
</style>
border-color css
<style>
span { border-color: #A34E27; }
span { border-color: rgb(163,78,39); }
td.TdClassName
{
border-color: #A34E27;
}
.TagClassName
{
border-color: #A34E27;
}
</style>