Shades of Hippie Pink #A24B4D
Tints of Hippie Pink #A24B4D
RGB
CMYK
RGB Variations
Color information
#A24B4D (or 0xA24B4D) is known color: Hippie Pink. HEX triplet: A2, 4B and 4D. RGB value is (162,75,77). Sum of RGB (Red+Green+Blue) = 162+75+77=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24B4D is #5DB4B2. Grayscale: #656565. Windows color (decimal): -6141107 or 5065634. OLE color: 5065634.
HSL color Cylindrical-coordinate representation of color #A24B4D: hue angle of 358.62º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24B4D is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 75 | 77 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.36 |
| HSL | 358.62º | 0.37% | 0.46% | - |
| HSV(B) | 358.62º | 0.54% | 0.64% | - |
| XYZ | 18.76 | 13.25 | 8.59 | - |
| YUV | 101.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 77 | 0 | 0.54 | 0.52 | 0.36 | 358.62 | 0.37 | 0.46 |
| Hex | A2 | 4B | 4D | 0 | 36 | 34 | 24 | 167 | 25 | 2E |
| Octal | 242 | 113 | 115 | 0 | 66 | 64 | 44 | 547 | 45 | 56 |
| Binary | 10100010 | 1001011 | 1001101 | 0 | 110110 | 110100 | 100100 | 101100111 | 100101 | 101110 |
Color Harmonies of #A24B4D
Complementary color
Monochromatic Colors of #A24B4D
Black with #A24B4D
Text Example
Text Example
White with #A24B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24B4D; }
p { color: rgb(162,75,77); }
H1.HeaderClassName
{
color: #A24B4D;
}
.AnyTagClassName
{
color: #A24B4D;
}
</style>
background-color css
<style>
a { background-color: #A24B4D; }
a { background-color: rgb(162,75,77); }
div.DivClassName
{
background-color: #A24B4D;
}
.BgClassName
{
background-color: #A24B4D;
}
</style>
border-color css
<style>
span { border-color: #A24B4D; }
span { border-color: rgb(162,75,77); }
td.TdClassName
{
border-color: #A24B4D;
}
.TagClassName
{
border-color: #A24B4D;
}
</style>