Shades of Rich Gold #A34F27
Tints of Rich Gold #A34F27
RGB
CMYK
RGB Variations
Color information
#A34F27 (or 0xA34F27) is known color: Rich Gold. HEX triplet: A3, 4F and 27. RGB value is (163,79,39). Sum of RGB (Red+Green+Blue) = 163+79+39=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F27 is #5CB0D8. Grayscale: #636363. Windows color (decimal): -6074585 or 2576291. OLE color: 2576291.
HSL color Cylindrical-coordinate representation of color #A34F27: hue angle of 19.35º 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 #A34F27 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 79 | 39 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.36 |
| HSL | 19.35º | 0.61% | 0.4% | - |
| HSV(B) | 19.35º | 0.76% | 0.64% | - |
| XYZ | 18.27 | 13.52 | 3.57 | - |
| YUV | 99.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 39 | 0 | 0.52 | 0.76 | 0.36 | 19.35 | 0.61 | 0.4 |
| Hex | A3 | 4F | 27 | 0 | 34 | 4C | 24 | 13 | 3D | 28 |
| Octal | 243 | 117 | 47 | 0 | 64 | 114 | 44 | 23 | 75 | 50 |
| Binary | 10100011 | 1001111 | 100111 | 0 | 110100 | 1001100 | 100100 | 10011 | 111101 | 101000 |
Color Harmonies of #A34F27
Complementary color
Monochromatic Colors of #A34F27
Black with #A34F27
Text Example
Text Example
White with #A34F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34F27; }
p { color: rgb(163,79,39); }
H1.HeaderClassName
{
color: #A34F27;
}
.AnyTagClassName
{
color: #A34F27;
}
</style>
background-color css
<style>
a { background-color: #A34F27; }
a { background-color: rgb(163,79,39); }
div.DivClassName
{
background-color: #A34F27;
}
.BgClassName
{
background-color: #A34F27;
}
</style>
border-color css
<style>
span { border-color: #A34F27; }
span { border-color: rgb(163,79,39); }
td.TdClassName
{
border-color: #A34F27;
}
.TagClassName
{
border-color: #A34F27;
}
</style>