Shades of Rich Gold #A25E23
Tints of Rich Gold #A25E23
RGB
CMYK
RGB Variations
Color information
#A25E23 (or 0xA25E23) is known color: Rich Gold. HEX triplet: A2, 5E and 23. RGB value is (162,94,35). Sum of RGB (Red+Green+Blue) = 162+94+35=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E23 is #5DA1DC. Grayscale: #6B6B6B. Windows color (decimal): -6136285 or 2317986. OLE color: 2317986.
HSL color Cylindrical-coordinate representation of color #A25E23: hue angle of 27.87º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A25E23 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 35 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.36 |
| HSL | 27.87º | 0.64% | 0.39% | - |
| HSV(B) | 27.87º | 0.78% | 0.64% | - |
| XYZ | 19.21 | 15.81 | 3.63 | - |
| YUV | 107.61 | 87.03 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 35 | 0 | 0.42 | 0.78 | 0.36 | 27.87 | 0.64 | 0.39 |
| Hex | A2 | 5E | 23 | 0 | 2A | 4E | 24 | 1C | 40 | 27 |
| Octal | 242 | 136 | 43 | 0 | 52 | 116 | 44 | 34 | 100 | 47 |
| Binary | 10100010 | 1011110 | 100011 | 0 | 101010 | 1001110 | 100100 | 11100 | 1000000 | 100111 |
Color Harmonies of #A25E23
Complementary color
Monochromatic Colors of #A25E23
Black with #A25E23
Text Example
Text Example
White with #A25E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E23; }
p { color: rgb(162,94,35); }
H1.HeaderClassName
{
color: #A25E23;
}
.AnyTagClassName
{
color: #A25E23;
}
</style>
background-color css
<style>
a { background-color: #A25E23; }
a { background-color: rgb(162,94,35); }
div.DivClassName
{
background-color: #A25E23;
}
.BgClassName
{
background-color: #A25E23;
}
</style>
border-color css
<style>
span { border-color: #A25E23; }
span { border-color: rgb(162,94,35); }
td.TdClassName
{
border-color: #A25E23;
}
.TagClassName
{
border-color: #A25E23;
}
</style>