Shades of Rich Gold #A25E22
Tints of Rich Gold #A25E22
RGB
CMYK
RGB Variations
Color information
#A25E22 (or 0xA25E22) is known color: Rich Gold. HEX triplet: A2, 5E and 22. RGB value is (162,94,34). Sum of RGB (Red+Green+Blue) = 162+94+34=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E22 is #5DA1DD. Grayscale: #6B6B6B. Windows color (decimal): -6136286 or 2252450. OLE color: 2252450.
HSL color Cylindrical-coordinate representation of color #A25E22: hue angle of 28.12º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A25E22 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 34 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.36 |
| HSL | 28.13º | 0.65% | 0.38% | - |
| HSV(B) | 28.13º | 0.79% | 0.64% | - |
| XYZ | 19.19 | 15.8 | 3.55 | - |
| YUV | 107.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 34 | 0 | 0.42 | 0.79 | 0.36 | 28.13 | 0.65 | 0.38 |
| Hex | A2 | 5E | 22 | 0 | 2A | 4F | 24 | 1C | 41 | 26 |
| Octal | 242 | 136 | 42 | 0 | 52 | 117 | 44 | 34 | 101 | 46 |
| Binary | 10100010 | 1011110 | 100010 | 0 | 101010 | 1001111 | 100100 | 11100 | 1000001 | 100110 |
Color Harmonies of #A25E22
Complementary color
Monochromatic Colors of #A25E22
Black with #A25E22
Text Example
Text Example
White with #A25E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E22; }
p { color: rgb(162,94,34); }
H1.HeaderClassName
{
color: #A25E22;
}
.AnyTagClassName
{
color: #A25E22;
}
</style>
background-color css
<style>
a { background-color: #A25E22; }
a { background-color: rgb(162,94,34); }
div.DivClassName
{
background-color: #A25E22;
}
.BgClassName
{
background-color: #A25E22;
}
</style>
border-color css
<style>
span { border-color: #A25E22; }
span { border-color: rgb(162,94,34); }
td.TdClassName
{
border-color: #A25E22;
}
.TagClassName
{
border-color: #A25E22;
}
</style>