Shades of Hippie Pink #A1485D
Tints of Hippie Pink #A1485D
RGB
CMYK
RGB Variations
Color information
#A1485D (or 0xA1485D) is known color: Hippie Pink. HEX triplet: A1, 48 and 5D. RGB value is (161,72,93). Sum of RGB (Red+Green+Blue) = 161+72+93=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1485D is #5EB7A2. Grayscale: #656565. Windows color (decimal): -6207395 or 6113441. OLE color: 6113441.
HSL color Cylindrical-coordinate representation of color #A1485D: hue angle of 345.84º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1485D is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 93 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.37 |
| HSL | 345.84º | 0.38% | 0.46% | - |
| HSV(B) | 345.84º | 0.55% | 0.63% | - |
| XYZ | 18.99 | 13 | 11.86 | - |
| YUV | 101.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 93 | 0 | 0.55 | 0.42 | 0.37 | 345.84 | 0.38 | 0.46 |
| Hex | A1 | 48 | 5D | 0 | 37 | 2A | 25 | 15A | 26 | 2E |
| Octal | 241 | 110 | 135 | 0 | 67 | 52 | 45 | 532 | 46 | 56 |
| Binary | 10100001 | 1001000 | 1011101 | 0 | 110111 | 101010 | 100101 | 101011010 | 100110 | 101110 |
Color Harmonies of #A1485D
Complementary color
Monochromatic Colors of #A1485D
Black with #A1485D
Text Example
Text Example
White with #A1485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1485D; }
p { color: rgb(161,72,93); }
H1.HeaderClassName
{
color: #A1485D;
}
.AnyTagClassName
{
color: #A1485D;
}
</style>
background-color css
<style>
a { background-color: #A1485D; }
a { background-color: rgb(161,72,93); }
div.DivClassName
{
background-color: #A1485D;
}
.BgClassName
{
background-color: #A1485D;
}
</style>
border-color css
<style>
span { border-color: #A1485D; }
span { border-color: rgb(161,72,93); }
td.TdClassName
{
border-color: #A1485D;
}
.TagClassName
{
border-color: #A1485D;
}
</style>