Shades of Hippie Pink #A85256
Tints of Hippie Pink #A85256
RGB
CMYK
RGB Variations
Color information
#A85256 (or 0xA85256) is known color: Hippie Pink. HEX triplet: A8, 52 and 56. RGB value is (168,82,86). Sum of RGB (Red+Green+Blue) = 168+82+86=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A85256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85256 is #57ADA9. Grayscale: #6C6C6C. Windows color (decimal): -5746090 or 5657256. OLE color: 5657256.
HSL color Cylindrical-coordinate representation of color #A85256: hue angle of 357.21º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85256 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 86 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.34 |
| HSL | 357.21º | 0.34% | 0.49% | - |
| HSV(B) | 357.21º | 0.51% | 0.66% | - |
| XYZ | 20.85 | 15.03 | 10.61 | - |
| YUV | 108.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 86 | 0 | 0.51 | 0.49 | 0.34 | 357.21 | 0.34 | 0.49 |
| Hex | A8 | 52 | 56 | 0 | 33 | 31 | 22 | 165 | 22 | 31 |
| Octal | 250 | 122 | 126 | 0 | 63 | 61 | 42 | 545 | 42 | 61 |
| Binary | 10101000 | 1010010 | 1010110 | 0 | 110011 | 110001 | 100010 | 101100101 | 100010 | 110001 |
Color Harmonies of #A85256
Complementary color
Monochromatic Colors of #A85256
Black with #A85256
Text Example
Text Example
White with #A85256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85256; }
p { color: rgb(168,82,86); }
H1.HeaderClassName
{
color: #A85256;
}
.AnyTagClassName
{
color: #A85256;
}
</style>
background-color css
<style>
a { background-color: #A85256; }
a { background-color: rgb(168,82,86); }
div.DivClassName
{
background-color: #A85256;
}
.BgClassName
{
background-color: #A85256;
}
</style>
border-color css
<style>
span { border-color: #A85256; }
span { border-color: rgb(168,82,86); }
td.TdClassName
{
border-color: #A85256;
}
.TagClassName
{
border-color: #A85256;
}
</style>