Shades of Rich Gold #A95726
Tints of Rich Gold #A95726
RGB
CMYK
RGB Variations
Color information
#A95726 (or 0xA95726) is known color: Rich Gold. HEX triplet: A9, 57 and 26. RGB value is (169,87,38). Sum of RGB (Red+Green+Blue) = 169+87+38=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A95726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95726 is #56A8D9. Grayscale: #6A6A6A. Windows color (decimal): -5679322 or 2512809. OLE color: 2512809.
HSL color Cylindrical-coordinate representation of color #A95726: hue angle of 22.44º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A95726 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 87 | 38 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.34 |
| HSL | 22.44º | 0.63% | 0.41% | - |
| HSV(B) | 22.44º | 0.78% | 0.66% | - |
| XYZ | 20.12 | 15.39 | 3.74 | - |
| YUV | 105.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 38 | 0 | 0.49 | 0.78 | 0.34 | 22.44 | 0.63 | 0.41 |
| Hex | A9 | 57 | 26 | 0 | 31 | 4E | 22 | 16 | 3F | 29 |
| Octal | 251 | 127 | 46 | 0 | 61 | 116 | 42 | 26 | 77 | 51 |
| Binary | 10101001 | 1010111 | 100110 | 0 | 110001 | 1001110 | 100010 | 10110 | 111111 | 101001 |
Color Harmonies of #A95726
Complementary color
Monochromatic Colors of #A95726
Black with #A95726
Text Example
Text Example
White with #A95726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95726; }
p { color: rgb(169,87,38); }
H1.HeaderClassName
{
color: #A95726;
}
.AnyTagClassName
{
color: #A95726;
}
</style>
background-color css
<style>
a { background-color: #A95726; }
a { background-color: rgb(169,87,38); }
div.DivClassName
{
background-color: #A95726;
}
.BgClassName
{
background-color: #A95726;
}
</style>
border-color css
<style>
span { border-color: #A95726; }
span { border-color: rgb(169,87,38); }
td.TdClassName
{
border-color: #A95726;
}
.TagClassName
{
border-color: #A95726;
}
</style>