Shades of Rose Taupe #A25A58
Tints of Rose Taupe #A25A58
RGB
CMYK
RGB Variations
Color information
#A25A58 (or 0xA25A58) is known color: Rose Taupe. HEX triplet: A2, 5A and 58. RGB value is (162,90,88). Sum of RGB (Red+Green+Blue) = 162+90+88=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A58 is #5DA5A7. Grayscale: #6F6F6F. Windows color (decimal): -6137256 or 5790370. OLE color: 5790370.
HSL color Cylindrical-coordinate representation of color #A25A58: hue angle of 1.62º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25A58 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 88 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.36 |
| HSL | 1.62º | 0.3% | 0.49% | - |
| HSV(B) | 1.62º | 0.46% | 0.64% | - |
| XYZ | 20.32 | 15.7 | 11.19 | - |
| YUV | 111.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 88 | 0 | 0.44 | 0.46 | 0.36 | 1.62 | 0.3 | 0.49 |
| Hex | A2 | 5A | 58 | 0 | 2C | 2E | 24 | 2 | 1E | 31 |
| Octal | 242 | 132 | 130 | 0 | 54 | 56 | 44 | 2 | 36 | 61 |
| Binary | 10100010 | 1011010 | 1011000 | 0 | 101100 | 101110 | 100100 | 10 | 11110 | 110001 |
Color Harmonies of #A25A58
Complementary color
Monochromatic Colors of #A25A58
Black with #A25A58
Text Example
Text Example
White with #A25A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A58; }
p { color: rgb(162,90,88); }
H1.HeaderClassName
{
color: #A25A58;
}
.AnyTagClassName
{
color: #A25A58;
}
</style>
background-color css
<style>
a { background-color: #A25A58; }
a { background-color: rgb(162,90,88); }
div.DivClassName
{
background-color: #A25A58;
}
.BgClassName
{
background-color: #A25A58;
}
</style>
border-color css
<style>
span { border-color: #A25A58; }
span { border-color: rgb(162,90,88); }
td.TdClassName
{
border-color: #A25A58;
}
.TagClassName
{
border-color: #A25A58;
}
</style>