Shades of Rich Gold #A25A2B
Tints of Rich Gold #A25A2B
RGB
CMYK
RGB Variations
Color information
#A25A2B (or 0xA25A2B) is known color: Rich Gold. HEX triplet: A2, 5A and 2B. RGB value is (162,90,43). Sum of RGB (Red+Green+Blue) = 162+90+43=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A2B is #5DA5D4. Grayscale: #6A6A6A. Windows color (decimal): -6137301 or 2841250. OLE color: 2841250.
HSL color Cylindrical-coordinate representation of color #A25A2B: hue angle of 23.7º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A25A2B is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 90 | 43 | - |
CMYK | 0 | 0.44 | 0.73 | 0.36 |
HSL | 23.7º | 0.58% | 0.4% | - |
HSV(B) | 23.7º | 0.73% | 0.64% | - |
XYZ | 18.99 | 15.17 | 4.21 | - |
YUV | 106.17 | 92.35 | 167.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 90 | 43 | 0 | 0.44 | 0.73 | 0.36 | 23.7 | 0.58 | 0.4 |
Hex | A2 | 5A | 2B | 0 | 2C | 49 | 24 | 18 | 3A | 28 |
Octal | 242 | 132 | 53 | 0 | 54 | 111 | 44 | 30 | 72 | 50 |
Binary | 10100010 | 1011010 | 101011 | 0 | 101100 | 1001001 | 100100 | 11000 | 111010 | 101000 |
Color Harmonies of #A25A2B
Complementary color
Monochromatic Colors of #A25A2B
Black with #A25A2B
Text Example
Text Example
White with #A25A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A2B; }
p { color: rgb(162,90,43); }
H1.HeaderClassName
{
color: #A25A2B;
}
.AnyTagClassName
{
color: #A25A2B;
}
</style>
background-color css
<style>
a { background-color: #A25A2B; }
a { background-color: rgb(162,90,43); }
div.DivClassName
{
background-color: #A25A2B;
}
.BgClassName
{
background-color: #A25A2B;
}
</style>
border-color css
<style>
span { border-color: #A25A2B; }
span { border-color: rgb(162,90,43); }
td.TdClassName
{
border-color: #A25A2B;
}
.TagClassName
{
border-color: #A25A2B;
}
</style>