Shades of Rich Gold #A25226
Tints of Rich Gold #A25226
RGB
CMYK
RGB Variations
Color information
#A25226 (or 0xA25226) is known color: Rich Gold. HEX triplet: A2, 52 and 26. RGB value is (162,82,38). Sum of RGB (Red+Green+Blue) = 162+82+38=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A25226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25226 is #5DADD9. Grayscale: #656565. Windows color (decimal): -6139354 or 2511522. OLE color: 2511522.
HSL color Cylindrical-coordinate representation of color #A25226: hue angle of 21.29º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A25226 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 38 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.36 |
| HSL | 21.29º | 0.62% | 0.39% | - |
| HSV(B) | 21.29º | 0.77% | 0.64% | - |
| XYZ | 18.27 | 13.86 | 3.55 | - |
| YUV | 100.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 38 | 0 | 0.49 | 0.77 | 0.36 | 21.29 | 0.62 | 0.39 |
| Hex | A2 | 52 | 26 | 0 | 31 | 4D | 24 | 15 | 3E | 27 |
| Octal | 242 | 122 | 46 | 0 | 61 | 115 | 44 | 25 | 76 | 47 |
| Binary | 10100010 | 1010010 | 100110 | 0 | 110001 | 1001101 | 100100 | 10101 | 111110 | 100111 |
Color Harmonies of #A25226
Complementary color
Monochromatic Colors of #A25226
Black with #A25226
Text Example
Text Example
White with #A25226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25226; }
p { color: rgb(162,82,38); }
H1.HeaderClassName
{
color: #A25226;
}
.AnyTagClassName
{
color: #A25226;
}
</style>
background-color css
<style>
a { background-color: #A25226; }
a { background-color: rgb(162,82,38); }
div.DivClassName
{
background-color: #A25226;
}
.BgClassName
{
background-color: #A25226;
}
</style>
border-color css
<style>
span { border-color: #A25226; }
span { border-color: rgb(162,82,38); }
td.TdClassName
{
border-color: #A25226;
}
.TagClassName
{
border-color: #A25226;
}
</style>