Shades of Hippie Pink #A65255
Tints of Hippie Pink #A65255
RGB
CMYK
RGB Variations
Color information
#A65255 (or 0xA65255) is known color: Hippie Pink. HEX triplet: A6, 52 and 55. RGB value is (166,82,85). Sum of RGB (Red+Green+Blue) = 166+82+85=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A65255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65255 is #59ADAA. Grayscale: #6B6B6B. Windows color (decimal): -5877163 or 5591718. OLE color: 5591718.
HSL color Cylindrical-coordinate representation of color #A65255: hue angle of 357.86º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65255 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 82 | 85 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.35 |
| HSL | 357.86º | 0.34% | 0.49% | - |
| HSV(B) | 357.86º | 0.51% | 0.65% | - |
| XYZ | 20.38 | 14.8 | 10.38 | - |
| YUV | 107.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 85 | 0 | 0.51 | 0.49 | 0.35 | 357.86 | 0.34 | 0.49 |
| Hex | A6 | 52 | 55 | 0 | 33 | 31 | 23 | 166 | 22 | 31 |
| Octal | 246 | 122 | 125 | 0 | 63 | 61 | 43 | 546 | 42 | 61 |
| Binary | 10100110 | 1010010 | 1010101 | 0 | 110011 | 110001 | 100011 | 101100110 | 100010 | 110001 |
Color Harmonies of #A65255
Complementary color
Monochromatic Colors of #A65255
Black with #A65255
Text Example
Text Example
White with #A65255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65255; }
p { color: rgb(166,82,85); }
H1.HeaderClassName
{
color: #A65255;
}
.AnyTagClassName
{
color: #A65255;
}
</style>
background-color css
<style>
a { background-color: #A65255; }
a { background-color: rgb(166,82,85); }
div.DivClassName
{
background-color: #A65255;
}
.BgClassName
{
background-color: #A65255;
}
</style>
border-color css
<style>
span { border-color: #A65255; }
span { border-color: rgb(166,82,85); }
td.TdClassName
{
border-color: #A65255;
}
.TagClassName
{
border-color: #A65255;
}
</style>