Shades of Rich Gold #A65D23
Tints of Rich Gold #A65D23
RGB
CMYK
RGB Variations
Color information
#A65D23 (or 0xA65D23) is known color: Rich Gold. HEX triplet: A6, 5D and 23. RGB value is (166,93,35). Sum of RGB (Red+Green+Blue) = 166+93+35=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65D23 is #59A2DC. Grayscale: #6C6C6C. Windows color (decimal): -5874397 or 2317734. OLE color: 2317734.
HSL color Cylindrical-coordinate representation of color #A65D23: hue angle of 26.56º 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 #A65D23 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 35 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.35 |
| HSL | 26.56º | 0.65% | 0.39% | - |
| HSV(B) | 26.56º | 0.79% | 0.65% | - |
| XYZ | 19.94 | 16.06 | 3.64 | - |
| YUV | 108.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 35 | 0 | 0.44 | 0.79 | 0.35 | 26.56 | 0.65 | 0.39 |
| Hex | A6 | 5D | 23 | 0 | 2C | 4F | 23 | 1B | 41 | 27 |
| Octal | 246 | 135 | 43 | 0 | 54 | 117 | 43 | 33 | 101 | 47 |
| Binary | 10100110 | 1011101 | 100011 | 0 | 101100 | 1001111 | 100011 | 11011 | 1000001 | 100111 |
Color Harmonies of #A65D23
Complementary color
Monochromatic Colors of #A65D23
Black with #A65D23
Text Example
Text Example
White with #A65D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65D23; }
p { color: rgb(166,93,35); }
H1.HeaderClassName
{
color: #A65D23;
}
.AnyTagClassName
{
color: #A65D23;
}
</style>
background-color css
<style>
a { background-color: #A65D23; }
a { background-color: rgb(166,93,35); }
div.DivClassName
{
background-color: #A65D23;
}
.BgClassName
{
background-color: #A65D23;
}
</style>
border-color css
<style>
span { border-color: #A65D23; }
span { border-color: rgb(166,93,35); }
td.TdClassName
{
border-color: #A65D23;
}
.TagClassName
{
border-color: #A65D23;
}
</style>