Shades of Rich Gold #A64B17
Tints of Rich Gold #A64B17
RGB
CMYK
RGB Variations
Color information
#A64B17 (or 0xA64B17) is known color: Rich Gold. HEX triplet: A6, 4B and 17. RGB value is (166,75,23). Sum of RGB (Red+Green+Blue) = 166+75+23=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64B17 is #59B4E8. Grayscale: #606060. Windows color (decimal): -5879017 or 1526694. OLE color: 1526694.
HSL color Cylindrical-coordinate representation of color #A64B17: hue angle of 21.82º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A64B17 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 23 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.35 |
| HSL | 21.82º | 0.76% | 0.37% | - |
| HSV(B) | 21.82º | 0.86% | 0.65% | - |
| XYZ | 18.4 | 13.2 | 2.39 | - |
| YUV | 96.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 23 | 0 | 0.55 | 0.86 | 0.35 | 21.82 | 0.76 | 0.37 |
| Hex | A6 | 4B | 17 | 0 | 37 | 56 | 23 | 16 | 4C | 25 |
| Octal | 246 | 113 | 27 | 0 | 67 | 126 | 43 | 26 | 114 | 45 |
| Binary | 10100110 | 1001011 | 10111 | 0 | 110111 | 1010110 | 100011 | 10110 | 1001100 | 100101 |
Color Harmonies of #A64B17
Complementary color
Monochromatic Colors of #A64B17
Black with #A64B17
Text Example
Text Example
White with #A64B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B17; }
p { color: rgb(166,75,23); }
H1.HeaderClassName
{
color: #A64B17;
}
.AnyTagClassName
{
color: #A64B17;
}
</style>
background-color css
<style>
a { background-color: #A64B17; }
a { background-color: rgb(166,75,23); }
div.DivClassName
{
background-color: #A64B17;
}
.BgClassName
{
background-color: #A64B17;
}
</style>
border-color css
<style>
span { border-color: #A64B17; }
span { border-color: rgb(166,75,23); }
td.TdClassName
{
border-color: #A64B17;
}
.TagClassName
{
border-color: #A64B17;
}
</style>