Shades of Hippie Pink #A45257
Tints of Hippie Pink #A45257
RGB
CMYK
RGB Variations
Color information
#A45257 (or 0xA45257) is known color: Hippie Pink. HEX triplet: A4, 52 and 57. RGB value is (164,82,87). Sum of RGB (Red+Green+Blue) = 164+82+87=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A45257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45257 is #5BADA8. Grayscale: #6B6B6B. Windows color (decimal): -6008233 or 5722788. OLE color: 5722788.
HSL color Cylindrical-coordinate representation of color #A45257: hue angle of 356.34º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A45257 is Cyan = 0, Magento = 0.5, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 82 | 87 | - |
| CMYK | 0 | 0.5 | 0.47 | 0.36 |
| HSL | 356.34º | 0.33% | 0.48% | - |
| HSV(B) | 356.34º | 0.5% | 0.64% | - |
| XYZ | 20.05 | 14.62 | 10.78 | - |
| YUV | 107.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 87 | 0 | 0.5 | 0.47 | 0.36 | 356.34 | 0.33 | 0.48 |
| Hex | A4 | 52 | 57 | 0 | 32 | 2F | 24 | 164 | 21 | 30 |
| Octal | 244 | 122 | 127 | 0 | 62 | 57 | 44 | 544 | 41 | 60 |
| Binary | 10100100 | 1010010 | 1010111 | 0 | 110010 | 101111 | 100100 | 101100100 | 100001 | 110000 |
Color Harmonies of #A45257
Complementary color
Monochromatic Colors of #A45257
Black with #A45257
Text Example
Text Example
White with #A45257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45257; }
p { color: rgb(164,82,87); }
H1.HeaderClassName
{
color: #A45257;
}
.AnyTagClassName
{
color: #A45257;
}
</style>
background-color css
<style>
a { background-color: #A45257; }
a { background-color: rgb(164,82,87); }
div.DivClassName
{
background-color: #A45257;
}
.BgClassName
{
background-color: #A45257;
}
</style>
border-color css
<style>
span { border-color: #A45257; }
span { border-color: rgb(164,82,87); }
td.TdClassName
{
border-color: #A45257;
}
.TagClassName
{
border-color: #A45257;
}
</style>