Shades of Hippie Pink #A1555D
Tints of Hippie Pink #A1555D
RGB
CMYK
RGB Variations
Color information
#A1555D (or 0xA1555D) is known color: Hippie Pink. HEX triplet: A1, 55 and 5D. RGB value is (161,85,93). Sum of RGB (Red+Green+Blue) = 161+85+93=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1555D is #5EAAA2. Grayscale: #6C6C6C. Windows color (decimal): -6204067 or 6116769. OLE color: 6116769.
HSL color Cylindrical-coordinate representation of color #A1555D: hue angle of 353.68º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1555D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 93 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.37 |
| HSL | 353.68º | 0.31% | 0.48% | - |
| HSV(B) | 353.68º | 0.47% | 0.63% | - |
| XYZ | 19.92 | 14.86 | 12.18 | - |
| YUV | 108.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 93 | 0 | 0.47 | 0.42 | 0.37 | 353.68 | 0.31 | 0.48 |
| Hex | A1 | 55 | 5D | 0 | 2F | 2A | 25 | 162 | 1F | 30 |
| Octal | 241 | 125 | 135 | 0 | 57 | 52 | 45 | 542 | 37 | 60 |
| Binary | 10100001 | 1010101 | 1011101 | 0 | 101111 | 101010 | 100101 | 101100010 | 11111 | 110000 |
Color Harmonies of #A1555D
Complementary color
Monochromatic Colors of #A1555D
Black with #A1555D
Text Example
Text Example
White with #A1555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1555D; }
p { color: rgb(161,85,93); }
H1.HeaderClassName
{
color: #A1555D;
}
.AnyTagClassName
{
color: #A1555D;
}
</style>
background-color css
<style>
a { background-color: #A1555D; }
a { background-color: rgb(161,85,93); }
div.DivClassName
{
background-color: #A1555D;
}
.BgClassName
{
background-color: #A1555D;
}
</style>
border-color css
<style>
span { border-color: #A1555D; }
span { border-color: rgb(161,85,93); }
td.TdClassName
{
border-color: #A1555D;
}
.TagClassName
{
border-color: #A1555D;
}
</style>