Shades of Rich Gold #A65821
Tints of Rich Gold #A65821
RGB
CMYK
RGB Variations
Color information
#A65821 (or 0xA65821) is known color: Rich Gold. HEX triplet: A6, 58 and 21. RGB value is (166,88,33). Sum of RGB (Red+Green+Blue) = 166+88+33=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A65821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65821 is #59A7DE. Grayscale: #696969. Windows color (decimal): -5875679 or 2185382. OLE color: 2185382.
HSL color Cylindrical-coordinate representation of color #A65821: hue angle of 24.81º 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 #A65821 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 33 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.35 |
| HSL | 24.81º | 0.67% | 0.39% | - |
| HSV(B) | 24.81º | 0.8% | 0.65% | - |
| XYZ | 19.49 | 15.2 | 3.34 | - |
| YUV | 105.05 | 87.34 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 33 | 0 | 0.47 | 0.80 | 0.35 | 24.81 | 0.67 | 0.39 |
| Hex | A6 | 58 | 21 | 0 | 2F | 50 | 23 | 19 | 43 | 27 |
| Octal | 246 | 130 | 41 | 0 | 57 | 120 | 43 | 31 | 103 | 47 |
| Binary | 10100110 | 1011000 | 100001 | 0 | 101111 | 1010000 | 100011 | 11001 | 1000011 | 100111 |
Color Harmonies of #A65821
Complementary color
Monochromatic Colors of #A65821
Black with #A65821
Text Example
Text Example
White with #A65821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65821; }
p { color: rgb(166,88,33); }
H1.HeaderClassName
{
color: #A65821;
}
.AnyTagClassName
{
color: #A65821;
}
</style>
background-color css
<style>
a { background-color: #A65821; }
a { background-color: rgb(166,88,33); }
div.DivClassName
{
background-color: #A65821;
}
.BgClassName
{
background-color: #A65821;
}
</style>
border-color css
<style>
span { border-color: #A65821; }
span { border-color: rgb(166,88,33); }
td.TdClassName
{
border-color: #A65821;
}
.TagClassName
{
border-color: #A65821;
}
</style>