Shades of Hippie Pink #A9495F
Tints of Hippie Pink #A9495F
RGB
CMYK
RGB Variations
Color information
#A9495F (or 0xA9495F) is known color: Hippie Pink. HEX triplet: A9, 49 and 5F. RGB value is (169,73,95). Sum of RGB (Red+Green+Blue) = 169+73+95=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A9495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9495F is #56B6A0. Grayscale: #686868. Windows color (decimal): -5682849 or 6244777. OLE color: 6244777.
HSL color Cylindrical-coordinate representation of color #A9495F: hue angle of 346.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9495F is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 73 | 95 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.34 |
| HSL | 346.25º | 0.4% | 0.47% | - |
| HSV(B) | 346.25º | 0.57% | 0.66% | - |
| XYZ | 20.81 | 14.03 | 12.44 | - |
| YUV | 104.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 95 | 0 | 0.57 | 0.44 | 0.34 | 346.25 | 0.4 | 0.47 |
| Hex | A9 | 49 | 5F | 0 | 39 | 2C | 22 | 15A | 28 | 2F |
| Octal | 251 | 111 | 137 | 0 | 71 | 54 | 42 | 532 | 50 | 57 |
| Binary | 10101001 | 1001001 | 1011111 | 0 | 111001 | 101100 | 100010 | 101011010 | 101000 | 101111 |
Color Harmonies of #A9495F
Complementary color
Monochromatic Colors of #A9495F
Black with #A9495F
Text Example
Text Example
White with #A9495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9495F; }
p { color: rgb(169,73,95); }
H1.HeaderClassName
{
color: #A9495F;
}
.AnyTagClassName
{
color: #A9495F;
}
</style>
background-color css
<style>
a { background-color: #A9495F; }
a { background-color: rgb(169,73,95); }
div.DivClassName
{
background-color: #A9495F;
}
.BgClassName
{
background-color: #A9495F;
}
</style>
border-color css
<style>
span { border-color: #A9495F; }
span { border-color: rgb(169,73,95); }
td.TdClassName
{
border-color: #A9495F;
}
.TagClassName
{
border-color: #A9495F;
}
</style>