Shades of Rich Gold #A65E23
Tints of Rich Gold #A65E23
RGB
CMYK
RGB Variations
Color information
#A65E23 (or 0xA65E23) is known color: Rich Gold. HEX triplet: A6, 5E and 23. RGB value is (166,94,35). Sum of RGB (Red+Green+Blue) = 166+94+35=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65E23 is #59A1DC. Grayscale: #6D6D6D. Windows color (decimal): -5874141 or 2317990. OLE color: 2317990.
HSL color Cylindrical-coordinate representation of color #A65E23: hue angle of 27.02º 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 #A65E23 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 94 | 35 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.35 |
| HSL | 27.02º | 0.65% | 0.39% | - |
| HSV(B) | 27.02º | 0.79% | 0.65% | - |
| XYZ | 20.03 | 16.23 | 3.67 | - |
| YUV | 108.8 | 86.35 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 35 | 0 | 0.43 | 0.79 | 0.35 | 27.02 | 0.65 | 0.39 |
| Hex | A6 | 5E | 23 | 0 | 2B | 4F | 23 | 1B | 41 | 27 |
| Octal | 246 | 136 | 43 | 0 | 53 | 117 | 43 | 33 | 101 | 47 |
| Binary | 10100110 | 1011110 | 100011 | 0 | 101011 | 1001111 | 100011 | 11011 | 1000001 | 100111 |
Color Harmonies of #A65E23
Complementary color
Monochromatic Colors of #A65E23
Black with #A65E23
Text Example
Text Example
White with #A65E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65E23; }
p { color: rgb(166,94,35); }
H1.HeaderClassName
{
color: #A65E23;
}
.AnyTagClassName
{
color: #A65E23;
}
</style>
background-color css
<style>
a { background-color: #A65E23; }
a { background-color: rgb(166,94,35); }
div.DivClassName
{
background-color: #A65E23;
}
.BgClassName
{
background-color: #A65E23;
}
</style>
border-color css
<style>
span { border-color: #A65E23; }
span { border-color: rgb(166,94,35); }
td.TdClassName
{
border-color: #A65E23;
}
.TagClassName
{
border-color: #A65E23;
}
</style>