Shades of Rich Gold #A64D23
Tints of Rich Gold #A64D23
RGB
CMYK
RGB Variations
Color information
#A64D23 (or 0xA64D23) is known color: Rich Gold. HEX triplet: A6, 4D and 23. RGB value is (166,77,35). Sum of RGB (Red+Green+Blue) = 166+77+35=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64D23 is #59B2DC. Grayscale: #636363. Windows color (decimal): -5878493 or 2313638. OLE color: 2313638.
HSL color Cylindrical-coordinate representation of color #A64D23: hue angle of 19.24º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A64D23 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 35 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.35 |
| HSL | 19.24º | 0.65% | 0.39% | - |
| HSV(B) | 19.24º | 0.79% | 0.65% | - |
| XYZ | 18.68 | 13.54 | 3.22 | - |
| YUV | 98.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 35 | 0 | 0.54 | 0.79 | 0.35 | 19.24 | 0.65 | 0.39 |
| Hex | A6 | 4D | 23 | 0 | 36 | 4F | 23 | 13 | 41 | 27 |
| Octal | 246 | 115 | 43 | 0 | 66 | 117 | 43 | 23 | 101 | 47 |
| Binary | 10100110 | 1001101 | 100011 | 0 | 110110 | 1001111 | 100011 | 10011 | 1000001 | 100111 |
Color Harmonies of #A64D23
Complementary color
Monochromatic Colors of #A64D23
Black with #A64D23
Text Example
Text Example
White with #A64D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64D23; }
p { color: rgb(166,77,35); }
H1.HeaderClassName
{
color: #A64D23;
}
.AnyTagClassName
{
color: #A64D23;
}
</style>
background-color css
<style>
a { background-color: #A64D23; }
a { background-color: rgb(166,77,35); }
div.DivClassName
{
background-color: #A64D23;
}
.BgClassName
{
background-color: #A64D23;
}
</style>
border-color css
<style>
span { border-color: #A64D23; }
span { border-color: rgb(166,77,35); }
td.TdClassName
{
border-color: #A64D23;
}
.TagClassName
{
border-color: #A64D23;
}
</style>