Shades of Rich Gold #A25318
Tints of Rich Gold #A25318
RGB
CMYK
RGB Variations
Color information
#A25318 (or 0xA25318) is known color: Rich Gold. HEX triplet: A2, 53 and 18. RGB value is (162,83,24). Sum of RGB (Red+Green+Blue) = 162+83+24=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A25318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25318 is #5DACE7. Grayscale: #646464. Windows color (decimal): -6139112 or 1594274. OLE color: 1594274.
HSL color Cylindrical-coordinate representation of color #A25318: hue angle of 25.65º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A25318 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 83 | 24 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.36 |
| HSL | 25.65º | 0.74% | 0.36% | - |
| HSV(B) | 25.65º | 0.85% | 0.64% | - |
| XYZ | 18.16 | 13.93 | 2.6 | - |
| YUV | 99.9 | 85.17 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 24 | 0 | 0.49 | 0.85 | 0.36 | 25.65 | 0.74 | 0.36 |
| Hex | A2 | 53 | 18 | 0 | 31 | 55 | 24 | 1A | 4A | 24 |
| Octal | 242 | 123 | 30 | 0 | 61 | 125 | 44 | 32 | 112 | 44 |
| Binary | 10100010 | 1010011 | 11000 | 0 | 110001 | 1010101 | 100100 | 11010 | 1001010 | 100100 |
Color Harmonies of #A25318
Complementary color
Monochromatic Colors of #A25318
Black with #A25318
Text Example
Text Example
White with #A25318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25318; }
p { color: rgb(162,83,24); }
H1.HeaderClassName
{
color: #A25318;
}
.AnyTagClassName
{
color: #A25318;
}
</style>
background-color css
<style>
a { background-color: #A25318; }
a { background-color: rgb(162,83,24); }
div.DivClassName
{
background-color: #A25318;
}
.BgClassName
{
background-color: #A25318;
}
</style>
border-color css
<style>
span { border-color: #A25318; }
span { border-color: rgb(162,83,24); }
td.TdClassName
{
border-color: #A25318;
}
.TagClassName
{
border-color: #A25318;
}
</style>