Shades of Hippie Pink #A45055
Tints of Hippie Pink #A45055
RGB
CMYK
RGB Variations
Color information
#A45055 (or 0xA45055) is known color: Hippie Pink. HEX triplet: A4, 50 and 55. RGB value is (164,80,85). Sum of RGB (Red+Green+Blue) = 164+80+85=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A45055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45055 is #5BAFAA. Grayscale: #696969. Windows color (decimal): -6008747 or 5591204. OLE color: 5591204.
HSL color Cylindrical-coordinate representation of color #A45055: hue angle of 356.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45055 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 80 | 85 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.36 |
| HSL | 356.43º | 0.34% | 0.48% | - |
| HSV(B) | 356.43º | 0.51% | 0.64% | - |
| XYZ | 19.82 | 14.29 | 10.31 | - |
| YUV | 105.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 80 | 85 | 0 | 0.51 | 0.48 | 0.36 | 356.43 | 0.34 | 0.48 |
| Hex | A4 | 50 | 55 | 0 | 33 | 30 | 24 | 164 | 22 | 30 |
| Octal | 244 | 120 | 125 | 0 | 63 | 60 | 44 | 544 | 42 | 60 |
| Binary | 10100100 | 1010000 | 1010101 | 0 | 110011 | 110000 | 100100 | 101100100 | 100010 | 110000 |
Color Harmonies of #A45055
Complementary color
Monochromatic Colors of #A45055
Black with #A45055
Text Example
Text Example
White with #A45055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45055; }
p { color: rgb(164,80,85); }
H1.HeaderClassName
{
color: #A45055;
}
.AnyTagClassName
{
color: #A45055;
}
</style>
background-color css
<style>
a { background-color: #A45055; }
a { background-color: rgb(164,80,85); }
div.DivClassName
{
background-color: #A45055;
}
.BgClassName
{
background-color: #A45055;
}
</style>
border-color css
<style>
span { border-color: #A45055; }
span { border-color: rgb(164,80,85); }
td.TdClassName
{
border-color: #A45055;
}
.TagClassName
{
border-color: #A45055;
}
</style>