Shades of Hippie Pink #A24B4C
Tints of Hippie Pink #A24B4C
RGB
CMYK
RGB Variations
Color information
#A24B4C (or 0xA24B4C) is known color: Hippie Pink. HEX triplet: A2, 4B and 4C. RGB value is (162,75,76). Sum of RGB (Red+Green+Blue) = 162+75+76=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B4C is #5DB4B3. Grayscale: #656565. Windows color (decimal): -6141108 or 5000098. OLE color: 5000098.
HSL color Cylindrical-coordinate representation of color #A24B4C: hue angle of 359.31º 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 #A24B4C is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 75 | 76 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.36 |
| HSL | 359.31º | 0.37% | 0.46% | - |
| HSV(B) | 359.31º | 0.54% | 0.64% | - |
| XYZ | 18.72 | 13.24 | 8.41 | - |
| YUV | 101.13 | 113.82 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 76 | 0 | 0.54 | 0.53 | 0.36 | 359.31 | 0.37 | 0.46 |
| Hex | A2 | 4B | 4C | 0 | 36 | 35 | 24 | 167 | 25 | 2E |
| Octal | 242 | 113 | 114 | 0 | 66 | 65 | 44 | 547 | 45 | 56 |
| Binary | 10100010 | 1001011 | 1001100 | 0 | 110110 | 110101 | 100100 | 101100111 | 100101 | 101110 |
Color Harmonies of #A24B4C
Complementary color
Monochromatic Colors of #A24B4C
Black with #A24B4C
Text Example
Text Example
White with #A24B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24B4C; }
p { color: rgb(162,75,76); }
H1.HeaderClassName
{
color: #A24B4C;
}
.AnyTagClassName
{
color: #A24B4C;
}
</style>
background-color css
<style>
a { background-color: #A24B4C; }
a { background-color: rgb(162,75,76); }
div.DivClassName
{
background-color: #A24B4C;
}
.BgClassName
{
background-color: #A24B4C;
}
</style>
border-color css
<style>
span { border-color: #A24B4C; }
span { border-color: rgb(162,75,76); }
td.TdClassName
{
border-color: #A24B4C;
}
.TagClassName
{
border-color: #A24B4C;
}
</style>