Shades of Rich Gold #A95A20
Tints of Rich Gold #A95A20
RGB
CMYK
RGB Variations
Color information
#A95A20 (or 0xA95A20) is known color: Rich Gold. HEX triplet: A9, 5A and 20. RGB value is (169,90,32). Sum of RGB (Red+Green+Blue) = 169+90+32=291 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.08% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95A20 is #56A5DF. Grayscale: #6B6B6B. Windows color (decimal): -5678560 or 2120361. OLE color: 2120361.
HSL color Cylindrical-coordinate representation of color #A95A20: hue angle of 25.4º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A95A20 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 90 | 32 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.34 |
| HSL | 25.4º | 0.68% | 0.39% | - |
| HSV(B) | 25.4º | 0.81% | 0.66% | - |
| XYZ | 20.28 | 15.85 | 3.36 | - |
| YUV | 107.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 32 | 0 | 0.47 | 0.81 | 0.34 | 25.4 | 0.68 | 0.39 |
| Hex | A9 | 5A | 20 | 0 | 2F | 51 | 22 | 19 | 44 | 27 |
| Octal | 251 | 132 | 40 | 0 | 57 | 121 | 42 | 31 | 104 | 47 |
| Binary | 10101001 | 1011010 | 100000 | 0 | 101111 | 1010001 | 100010 | 11001 | 1000100 | 100111 |
Color Harmonies of #A95A20
Complementary color
Monochromatic Colors of #A95A20
Black with #A95A20
Text Example
Text Example
White with #A95A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95A20; }
p { color: rgb(169,90,32); }
H1.HeaderClassName
{
color: #A95A20;
}
.AnyTagClassName
{
color: #A95A20;
}
</style>
background-color css
<style>
a { background-color: #A95A20; }
a { background-color: rgb(169,90,32); }
div.DivClassName
{
background-color: #A95A20;
}
.BgClassName
{
background-color: #A95A20;
}
</style>
border-color css
<style>
span { border-color: #A95A20; }
span { border-color: rgb(169,90,32); }
td.TdClassName
{
border-color: #A95A20;
}
.TagClassName
{
border-color: #A95A20;
}
</style>