Shades of Hippie Pink #AE5356
Tints of Hippie Pink #AE5356
RGB
CMYK
RGB Variations
Color information
#AE5356 (or 0xAE5356) is known color: Hippie Pink. HEX triplet: AE, 53 and 56. RGB value is (174,83,86). Sum of RGB (Red+Green+Blue) = 174+83+86=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5356 is #51ACA9. Grayscale: #6E6E6E. Windows color (decimal): -5352618 or 5657518. OLE color: 5657518.
HSL color Cylindrical-coordinate representation of color #AE5356: hue angle of 358.02º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5356 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 86 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.32 |
| HSL | 358.02º | 0.36% | 0.5% | - |
| HSV(B) | 358.02º | 0.52% | 0.68% | - |
| XYZ | 22.23 | 15.86 | 10.69 | - |
| YUV | 110.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 86 | 0 | 0.52 | 0.51 | 0.32 | 358.02 | 0.36 | 0.5 |
| Hex | AE | 53 | 56 | 0 | 34 | 33 | 20 | 166 | 24 | 32 |
| Octal | 256 | 123 | 126 | 0 | 64 | 63 | 40 | 546 | 44 | 62 |
| Binary | 10101110 | 1010011 | 1010110 | 0 | 110100 | 110011 | 100000 | 101100110 | 100100 | 110010 |
Color Harmonies of #AE5356
Complementary color
Monochromatic Colors of #AE5356
Black with #AE5356
Text Example
Text Example
White with #AE5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5356; }
p { color: rgb(174,83,86); }
H1.HeaderClassName
{
color: #AE5356;
}
.AnyTagClassName
{
color: #AE5356;
}
</style>
background-color css
<style>
a { background-color: #AE5356; }
a { background-color: rgb(174,83,86); }
div.DivClassName
{
background-color: #AE5356;
}
.BgClassName
{
background-color: #AE5356;
}
</style>
border-color css
<style>
span { border-color: #AE5356; }
span { border-color: rgb(174,83,86); }
td.TdClassName
{
border-color: #AE5356;
}
.TagClassName
{
border-color: #AE5356;
}
</style>