Shades of Hippie Pink #AE4A4F
Tints of Hippie Pink #AE4A4F
RGB
CMYK
RGB Variations
Color information
#AE4A4F (or 0xAE4A4F) is known color: Hippie Pink. HEX triplet: AE, 4A and 4F. RGB value is (174,74,79). Sum of RGB (Red+Green+Blue) = 174+74+79=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4A4F is #51B5B0. Grayscale: #686868. Windows color (decimal): -5354929 or 5196462. OLE color: 5196462.
HSL color Cylindrical-coordinate representation of color #AE4A4F: hue angle of 357º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4A4F is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 74 | 79 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.32 |
| HSL | 357º | 0.4% | 0.49% | - |
| HSV(B) | 357º | 0.57% | 0.68% | - |
| XYZ | 21.32 | 14.46 | 9.06 | - |
| YUV | 104.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 79 | 0 | 0.57 | 0.55 | 0.32 | 357 | 0.4 | 0.49 |
| Hex | AE | 4A | 4F | 0 | 39 | 37 | 20 | 165 | 28 | 31 |
| Octal | 256 | 112 | 117 | 0 | 71 | 67 | 40 | 545 | 50 | 61 |
| Binary | 10101110 | 1001010 | 1001111 | 0 | 111001 | 110111 | 100000 | 101100101 | 101000 | 110001 |
Color Harmonies of #AE4A4F
Complementary color
Monochromatic Colors of #AE4A4F
Black with #AE4A4F
Text Example
Text Example
White with #AE4A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4A4F; }
p { color: rgb(174,74,79); }
H1.HeaderClassName
{
color: #AE4A4F;
}
.AnyTagClassName
{
color: #AE4A4F;
}
</style>
background-color css
<style>
a { background-color: #AE4A4F; }
a { background-color: rgb(174,74,79); }
div.DivClassName
{
background-color: #AE4A4F;
}
.BgClassName
{
background-color: #AE4A4F;
}
</style>
border-color css
<style>
span { border-color: #AE4A4F; }
span { border-color: rgb(174,74,79); }
td.TdClassName
{
border-color: #AE4A4F;
}
.TagClassName
{
border-color: #AE4A4F;
}
</style>