Shades of Hippie Pink #A65154
Tints of Hippie Pink #A65154
RGB
CMYK
RGB Variations
Color information
#A65154 (or 0xA65154) is known color: Hippie Pink. HEX triplet: A6, 51 and 54. RGB value is (166,81,84). Sum of RGB (Red+Green+Blue) = 166+81+84=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A65154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65154 is #59AEAB. Grayscale: #6A6A6A. Windows color (decimal): -5877420 or 5525926. OLE color: 5525926.
HSL color Cylindrical-coordinate representation of color #A65154: hue angle of 357.88º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65154 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 84 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.35 |
| HSL | 357.88º | 0.34% | 0.48% | - |
| HSV(B) | 357.88º | 0.51% | 0.65% | - |
| XYZ | 20.27 | 14.63 | 10.14 | - |
| YUV | 106.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 84 | 0 | 0.51 | 0.49 | 0.35 | 357.88 | 0.34 | 0.48 |
| Hex | A6 | 51 | 54 | 0 | 33 | 31 | 23 | 166 | 22 | 30 |
| Octal | 246 | 121 | 124 | 0 | 63 | 61 | 43 | 546 | 42 | 60 |
| Binary | 10100110 | 1010001 | 1010100 | 0 | 110011 | 110001 | 100011 | 101100110 | 100010 | 110000 |
Color Harmonies of #A65154
Complementary color
Monochromatic Colors of #A65154
Black with #A65154
Text Example
Text Example
White with #A65154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65154; }
p { color: rgb(166,81,84); }
H1.HeaderClassName
{
color: #A65154;
}
.AnyTagClassName
{
color: #A65154;
}
</style>
background-color css
<style>
a { background-color: #A65154; }
a { background-color: rgb(166,81,84); }
div.DivClassName
{
background-color: #A65154;
}
.BgClassName
{
background-color: #A65154;
}
</style>
border-color css
<style>
span { border-color: #A65154; }
span { border-color: rgb(166,81,84); }
td.TdClassName
{
border-color: #A65154;
}
.TagClassName
{
border-color: #A65154;
}
</style>