Shades of Hippie Pink #A4515D
Tints of Hippie Pink #A4515D
RGB
CMYK
RGB Variations
Color information
#A4515D (or 0xA4515D) is known color: Hippie Pink. HEX triplet: A4, 51 and 5D. RGB value is (164,81,93). Sum of RGB (Red+Green+Blue) = 164+81+93=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4515D is #5BAEA2. Grayscale: #6B6B6B. Windows color (decimal): -6008483 or 6115748. OLE color: 6115748.
HSL color Cylindrical-coordinate representation of color #A4515D: hue angle of 351.33º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4515D is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 81 | 93 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.36 |
| HSL | 351.33º | 0.34% | 0.48% | - |
| HSV(B) | 351.33º | 0.51% | 0.64% | - |
| XYZ | 20.23 | 14.57 | 12.1 | - |
| YUV | 107.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 81 | 93 | 0 | 0.51 | 0.43 | 0.36 | 351.33 | 0.34 | 0.48 |
| Hex | A4 | 51 | 5D | 0 | 33 | 2B | 24 | 15F | 22 | 30 |
| Octal | 244 | 121 | 135 | 0 | 63 | 53 | 44 | 537 | 42 | 60 |
| Binary | 10100100 | 1010001 | 1011101 | 0 | 110011 | 101011 | 100100 | 101011111 | 100010 | 110000 |
Color Harmonies of #A4515D
Complementary color
Monochromatic Colors of #A4515D
Black with #A4515D
Text Example
Text Example
White with #A4515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4515D; }
p { color: rgb(164,81,93); }
H1.HeaderClassName
{
color: #A4515D;
}
.AnyTagClassName
{
color: #A4515D;
}
</style>
background-color css
<style>
a { background-color: #A4515D; }
a { background-color: rgb(164,81,93); }
div.DivClassName
{
background-color: #A4515D;
}
.BgClassName
{
background-color: #A4515D;
}
</style>
border-color css
<style>
span { border-color: #A4515D; }
span { border-color: rgb(164,81,93); }
td.TdClassName
{
border-color: #A4515D;
}
.TagClassName
{
border-color: #A4515D;
}
</style>