Shades of Rich Gold #A65A21
Tints of Rich Gold #A65A21
RGB
CMYK
RGB Variations
Color information
#A65A21 (or 0xA65A21) is known color: Rich Gold. HEX triplet: A6, 5A and 21. RGB value is (166,90,33). Sum of RGB (Red+Green+Blue) = 166+90+33=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A21 is #59A5DE. Grayscale: #6A6A6A. Windows color (decimal): -5875167 or 2185894. OLE color: 2185894.
HSL color Cylindrical-coordinate representation of color #A65A21: hue angle of 25.71º 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 #A65A21 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 90 | 33 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.35 |
| HSL | 25.71º | 0.67% | 0.39% | - |
| HSV(B) | 25.71º | 0.8% | 0.65% | - |
| XYZ | 19.66 | 15.53 | 3.4 | - |
| YUV | 106.23 | 86.68 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 33 | 0 | 0.46 | 0.80 | 0.35 | 25.71 | 0.67 | 0.39 |
| Hex | A6 | 5A | 21 | 0 | 2E | 50 | 23 | 1A | 43 | 27 |
| Octal | 246 | 132 | 41 | 0 | 56 | 120 | 43 | 32 | 103 | 47 |
| Binary | 10100110 | 1011010 | 100001 | 0 | 101110 | 1010000 | 100011 | 11010 | 1000011 | 100111 |
Color Harmonies of #A65A21
Complementary color
Monochromatic Colors of #A65A21
Black with #A65A21
Text Example
Text Example
White with #A65A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65A21; }
p { color: rgb(166,90,33); }
H1.HeaderClassName
{
color: #A65A21;
}
.AnyTagClassName
{
color: #A65A21;
}
</style>
background-color css
<style>
a { background-color: #A65A21; }
a { background-color: rgb(166,90,33); }
div.DivClassName
{
background-color: #A65A21;
}
.BgClassName
{
background-color: #A65A21;
}
</style>
border-color css
<style>
span { border-color: #A65A21; }
span { border-color: rgb(166,90,33); }
td.TdClassName
{
border-color: #A65A21;
}
.TagClassName
{
border-color: #A65A21;
}
</style>