Shades of Rich Gold #A25313
Tints of Rich Gold #A25313
RGB
CMYK
RGB Variations
Color information
#A25313 (or 0xA25313) is known color: Rich Gold. HEX triplet: A2, 53 and 13. RGB value is (162,83,19). Sum of RGB (Red+Green+Blue) = 162+83+19=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A25313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25313 is #5DACEC. Grayscale: #636363. Windows color (decimal): -6139117 or 1266594. OLE color: 1266594.
HSL color Cylindrical-coordinate representation of color #A25313: hue angle of 26.85º 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 #A25313 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 83 | 19 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.36 |
| HSL | 26.85º | 0.79% | 0.35% | - |
| HSV(B) | 26.85º | 0.88% | 0.64% | - |
| XYZ | 18.11 | 13.91 | 2.35 | - |
| YUV | 99.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 19 | 0 | 0.49 | 0.88 | 0.36 | 26.85 | 0.79 | 0.35 |
| Hex | A2 | 53 | 13 | 0 | 31 | 58 | 24 | 1B | 4F | 23 |
| Octal | 242 | 123 | 23 | 0 | 61 | 130 | 44 | 33 | 117 | 43 |
| Binary | 10100010 | 1010011 | 10011 | 0 | 110001 | 1011000 | 100100 | 11011 | 1001111 | 100011 |
Color Harmonies of #A25313
Complementary color
Monochromatic Colors of #A25313
Black with #A25313
Text Example
Text Example
White with #A25313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25313; }
p { color: rgb(162,83,19); }
H1.HeaderClassName
{
color: #A25313;
}
.AnyTagClassName
{
color: #A25313;
}
</style>
background-color css
<style>
a { background-color: #A25313; }
a { background-color: rgb(162,83,19); }
div.DivClassName
{
background-color: #A25313;
}
.BgClassName
{
background-color: #A25313;
}
</style>
border-color css
<style>
span { border-color: #A25313; }
span { border-color: rgb(162,83,19); }
td.TdClassName
{
border-color: #A25313;
}
.TagClassName
{
border-color: #A25313;
}
</style>