Shades of Rich Gold #A25A27
Tints of Rich Gold #A25A27
RGB
CMYK
RGB Variations
Color information
#A25A27 (or 0xA25A27) is known color: Rich Gold. HEX triplet: A2, 5A and 27. RGB value is (162,90,39). Sum of RGB (Red+Green+Blue) = 162+90+39=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A27 is #5DA5D8. Grayscale: #696969. Windows color (decimal): -6137305 or 2579106. OLE color: 2579106.
HSL color Cylindrical-coordinate representation of color #A25A27: hue angle of 24.88º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A25A27 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 39 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.36 |
| HSL | 24.88º | 0.61% | 0.39% | - |
| HSV(B) | 24.88º | 0.76% | 0.64% | - |
| XYZ | 18.92 | 15.14 | 3.84 | - |
| YUV | 105.71 | 90.35 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 39 | 0 | 0.44 | 0.76 | 0.36 | 24.88 | 0.61 | 0.39 |
| Hex | A2 | 5A | 27 | 0 | 2C | 4C | 24 | 19 | 3D | 27 |
| Octal | 242 | 132 | 47 | 0 | 54 | 114 | 44 | 31 | 75 | 47 |
| Binary | 10100010 | 1011010 | 100111 | 0 | 101100 | 1001100 | 100100 | 11001 | 111101 | 100111 |
Color Harmonies of #A25A27
Complementary color
Monochromatic Colors of #A25A27
Black with #A25A27
Text Example
Text Example
White with #A25A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A27; }
p { color: rgb(162,90,39); }
H1.HeaderClassName
{
color: #A25A27;
}
.AnyTagClassName
{
color: #A25A27;
}
</style>
background-color css
<style>
a { background-color: #A25A27; }
a { background-color: rgb(162,90,39); }
div.DivClassName
{
background-color: #A25A27;
}
.BgClassName
{
background-color: #A25A27;
}
</style>
border-color css
<style>
span { border-color: #A25A27; }
span { border-color: rgb(162,90,39); }
td.TdClassName
{
border-color: #A25A27;
}
.TagClassName
{
border-color: #A25A27;
}
</style>