Shades of Rich Gold #A65C21
Tints of Rich Gold #A65C21
RGB
CMYK
RGB Variations
Color information
#A65C21 (or 0xA65C21) is known color: Rich Gold. HEX triplet: A6, 5C and 21. RGB value is (166,92,33). Sum of RGB (Red+Green+Blue) = 166+92+33=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C21 is #59A3DE. Grayscale: #6B6B6B. Windows color (decimal): -5874655 or 2186406. OLE color: 2186406.
HSL color Cylindrical-coordinate representation of color #A65C21: hue angle of 26.62º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A65C21 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 33 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.35 |
| HSL | 26.62º | 0.67% | 0.39% | - |
| HSV(B) | 26.62º | 0.8% | 0.65% | - |
| XYZ | 19.83 | 15.87 | 3.46 | - |
| YUV | 107.4 | 86.02 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 33 | 0 | 0.45 | 0.80 | 0.35 | 26.62 | 0.67 | 0.39 |
| Hex | A6 | 5C | 21 | 0 | 2D | 50 | 23 | 1B | 43 | 27 |
| Octal | 246 | 134 | 41 | 0 | 55 | 120 | 43 | 33 | 103 | 47 |
| Binary | 10100110 | 1011100 | 100001 | 0 | 101101 | 1010000 | 100011 | 11011 | 1000011 | 100111 |
Color Harmonies of #A65C21
Complementary color
Monochromatic Colors of #A65C21
Black with #A65C21
Text Example
Text Example
White with #A65C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C21; }
p { color: rgb(166,92,33); }
H1.HeaderClassName
{
color: #A65C21;
}
.AnyTagClassName
{
color: #A65C21;
}
</style>
background-color css
<style>
a { background-color: #A65C21; }
a { background-color: rgb(166,92,33); }
div.DivClassName
{
background-color: #A65C21;
}
.BgClassName
{
background-color: #A65C21;
}
</style>
border-color css
<style>
span { border-color: #A65C21; }
span { border-color: rgb(166,92,33); }
td.TdClassName
{
border-color: #A65C21;
}
.TagClassName
{
border-color: #A65C21;
}
</style>