Shades of Rich Gold #A65521
Tints of Rich Gold #A65521
RGB
CMYK
RGB Variations
Color information
#A65521 (or 0xA65521) is known color: Rich Gold. HEX triplet: A6, 55 and 21. RGB value is (166,85,33). Sum of RGB (Red+Green+Blue) = 166+85+33=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A65521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65521 is #59AADE. Grayscale: #676767. Windows color (decimal): -5876447 or 2184614. OLE color: 2184614.
HSL color Cylindrical-coordinate representation of color #A65521: hue angle of 23.46º 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 #A65521 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 33 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.35 |
| HSL | 23.46º | 0.67% | 0.39% | - |
| HSV(B) | 23.46º | 0.8% | 0.65% | - |
| XYZ | 19.25 | 14.71 | 3.26 | - |
| YUV | 103.29 | 88.34 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 33 | 0 | 0.49 | 0.80 | 0.35 | 23.46 | 0.67 | 0.39 |
| Hex | A6 | 55 | 21 | 0 | 31 | 50 | 23 | 17 | 43 | 27 |
| Octal | 246 | 125 | 41 | 0 | 61 | 120 | 43 | 27 | 103 | 47 |
| Binary | 10100110 | 1010101 | 100001 | 0 | 110001 | 1010000 | 100011 | 10111 | 1000011 | 100111 |
Color Harmonies of #A65521
Complementary color
Monochromatic Colors of #A65521
Black with #A65521
Text Example
Text Example
White with #A65521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65521; }
p { color: rgb(166,85,33); }
H1.HeaderClassName
{
color: #A65521;
}
.AnyTagClassName
{
color: #A65521;
}
</style>
background-color css
<style>
a { background-color: #A65521; }
a { background-color: rgb(166,85,33); }
div.DivClassName
{
background-color: #A65521;
}
.BgClassName
{
background-color: #A65521;
}
</style>
border-color css
<style>
span { border-color: #A65521; }
span { border-color: rgb(166,85,33); }
td.TdClassName
{
border-color: #A65521;
}
.TagClassName
{
border-color: #A65521;
}
</style>