Shades of Hippie Pink #A25E5F
Tints of Hippie Pink #A25E5F
RGB
CMYK
RGB Variations
Color information
#A25E5F (or 0xA25E5F) is known color: Hippie Pink. HEX triplet: A2, 5E and 5F. RGB value is (162,94,95). Sum of RGB (Red+Green+Blue) = 162+94+95=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E5F is #5DA1A0. Grayscale: #727272. Windows color (decimal): -6136225 or 6250146. OLE color: 6250146.
HSL color Cylindrical-coordinate representation of color #A25E5F: hue angle of 359.12º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A25E5F is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 95 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.36 |
| HSL | 359.12º | 0.27% | 0.5% | - |
| HSV(B) | 359.12º | 0.42% | 0.64% | - |
| XYZ | 20.97 | 16.51 | 12.91 | - |
| YUV | 114.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 95 | 0 | 0.42 | 0.41 | 0.36 | 359.12 | 0.27 | 0.5 |
| Hex | A2 | 5E | 5F | 0 | 2A | 29 | 24 | 167 | 1B | 32 |
| Octal | 242 | 136 | 137 | 0 | 52 | 51 | 44 | 547 | 33 | 62 |
| Binary | 10100010 | 1011110 | 1011111 | 0 | 101010 | 101001 | 100100 | 101100111 | 11011 | 110010 |
Color Harmonies of #A25E5F
Complementary color
Monochromatic Colors of #A25E5F
Black with #A25E5F
Text Example
Text Example
White with #A25E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E5F; }
p { color: rgb(162,94,95); }
H1.HeaderClassName
{
color: #A25E5F;
}
.AnyTagClassName
{
color: #A25E5F;
}
</style>
background-color css
<style>
a { background-color: #A25E5F; }
a { background-color: rgb(162,94,95); }
div.DivClassName
{
background-color: #A25E5F;
}
.BgClassName
{
background-color: #A25E5F;
}
</style>
border-color css
<style>
span { border-color: #A25E5F; }
span { border-color: rgb(162,94,95); }
td.TdClassName
{
border-color: #A25E5F;
}
.TagClassName
{
border-color: #A25E5F;
}
</style>