Shades of Rich Gold #A25213
Tints of Rich Gold #A25213
RGB
CMYK
RGB Variations
Color information
#A25213 (or 0xA25213) is known color: Rich Gold. HEX triplet: A2, 52 and 13. RGB value is (162,82,19). Sum of RGB (Red+Green+Blue) = 162+82+19=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A25213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25213 is #5DADEC. Grayscale: #636363. Windows color (decimal): -6139373 or 1266338. OLE color: 1266338.
HSL color Cylindrical-coordinate representation of color #A25213: hue angle of 26.43º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A25213 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 82 | 19 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.36 |
| HSL | 26.43º | 0.79% | 0.35% | - |
| HSV(B) | 26.43º | 0.88% | 0.64% | - |
| XYZ | 18.04 | 13.76 | 2.32 | - |
| YUV | 98.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 19 | 0 | 0.49 | 0.88 | 0.36 | 26.43 | 0.79 | 0.35 |
| Hex | A2 | 52 | 13 | 0 | 31 | 58 | 24 | 1A | 4F | 23 |
| Octal | 242 | 122 | 23 | 0 | 61 | 130 | 44 | 32 | 117 | 43 |
| Binary | 10100010 | 1010010 | 10011 | 0 | 110001 | 1011000 | 100100 | 11010 | 1001111 | 100011 |
Color Harmonies of #A25213
Complementary color
Monochromatic Colors of #A25213
Black with #A25213
Text Example
Text Example
White with #A25213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25213; }
p { color: rgb(162,82,19); }
H1.HeaderClassName
{
color: #A25213;
}
.AnyTagClassName
{
color: #A25213;
}
</style>
background-color css
<style>
a { background-color: #A25213; }
a { background-color: rgb(162,82,19); }
div.DivClassName
{
background-color: #A25213;
}
.BgClassName
{
background-color: #A25213;
}
</style>
border-color css
<style>
span { border-color: #A25213; }
span { border-color: rgb(162,82,19); }
td.TdClassName
{
border-color: #A25213;
}
.TagClassName
{
border-color: #A25213;
}
</style>