Shades of Rich Gold #A65D1E
Tints of Rich Gold #A65D1E
RGB
CMYK
RGB Variations
Color information
#A65D1E (or 0xA65D1E) is known color: Rich Gold. HEX triplet: A6, 5D and 1E. RGB value is (166,93,30). Sum of RGB (Red+Green+Blue) = 166+93+30=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65D1E is #59A2E1. Grayscale: #6B6B6B. Windows color (decimal): -5874402 or 1990054. OLE color: 1990054.
HSL color Cylindrical-coordinate representation of color #A65D1E: hue angle of 27.79º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A65D1E is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 30 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.35 |
| HSL | 27.79º | 0.69% | 0.38% | - |
| HSV(B) | 27.79º | 0.82% | 0.65% | - |
| XYZ | 19.87 | 16.03 | 3.27 | - |
| YUV | 107.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 30 | 0 | 0.44 | 0.82 | 0.35 | 27.79 | 0.69 | 0.38 |
| Hex | A6 | 5D | 1E | 0 | 2C | 52 | 23 | 1C | 45 | 26 |
| Octal | 246 | 135 | 36 | 0 | 54 | 122 | 43 | 34 | 105 | 46 |
| Binary | 10100110 | 1011101 | 11110 | 0 | 101100 | 1010010 | 100011 | 11100 | 1000101 | 100110 |
Color Harmonies of #A65D1E
Complementary color
Monochromatic Colors of #A65D1E
Black with #A65D1E
Text Example
Text Example
White with #A65D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65D1E; }
p { color: rgb(166,93,30); }
H1.HeaderClassName
{
color: #A65D1E;
}
.AnyTagClassName
{
color: #A65D1E;
}
</style>
background-color css
<style>
a { background-color: #A65D1E; }
a { background-color: rgb(166,93,30); }
div.DivClassName
{
background-color: #A65D1E;
}
.BgClassName
{
background-color: #A65D1E;
}
</style>
border-color css
<style>
span { border-color: #A65D1E; }
span { border-color: rgb(166,93,30); }
td.TdClassName
{
border-color: #A65D1E;
}
.TagClassName
{
border-color: #A65D1E;
}
</style>