Shades of Rich Gold #A34F10
Tints of Rich Gold #A34F10
RGB
CMYK
RGB Variations
Color information
#A34F10 (or 0xA34F10) is known color: Rich Gold. HEX triplet: A3, 4F and 10. RGB value is (163,79,16). Sum of RGB (Red+Green+Blue) = 163+79+16=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34F10 is #5CB0EF. Grayscale: #616161. Windows color (decimal): -6074608 or 1068963. OLE color: 1068963.
HSL color Cylindrical-coordinate representation of color #A34F10: hue angle of 25.71º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A34F10 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 79 | 16 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.36 |
| HSL | 25.71º | 0.82% | 0.35% | - |
| HSV(B) | 25.71º | 0.9% | 0.64% | - |
| XYZ | 17.99 | 13.42 | 2.13 | - |
| YUV | 96.93 | 82.33 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 79 | 16 | 0 | 0.52 | 0.90 | 0.36 | 25.71 | 0.82 | 0.35 |
| Hex | A3 | 4F | 10 | 0 | 34 | 5A | 24 | 1A | 52 | 23 |
| Octal | 243 | 117 | 20 | 0 | 64 | 132 | 44 | 32 | 122 | 43 |
| Binary | 10100011 | 1001111 | 10000 | 0 | 110100 | 1011010 | 100100 | 11010 | 1010010 | 100011 |
Color Harmonies of #A34F10
Complementary color
Monochromatic Colors of #A34F10
Black with #A34F10
Text Example
Text Example
White with #A34F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34F10; }
p { color: rgb(163,79,16); }
H1.HeaderClassName
{
color: #A34F10;
}
.AnyTagClassName
{
color: #A34F10;
}
</style>
background-color css
<style>
a { background-color: #A34F10; }
a { background-color: rgb(163,79,16); }
div.DivClassName
{
background-color: #A34F10;
}
.BgClassName
{
background-color: #A34F10;
}
</style>
border-color css
<style>
span { border-color: #A34F10; }
span { border-color: rgb(163,79,16); }
td.TdClassName
{
border-color: #A34F10;
}
.TagClassName
{
border-color: #A34F10;
}
</style>