Shades of Hippie Pink #AE545A
Tints of Hippie Pink #AE545A
RGB
CMYK
RGB Variations
Color information
#AE545A (or 0xAE545A) is known color: Hippie Pink. HEX triplet: AE, 54 and 5A. RGB value is (174,84,90). Sum of RGB (Red+Green+Blue) = 174+84+90=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE545A is #51ABA5. Grayscale: #6F6F6F. Windows color (decimal): -5352358 or 5919918. OLE color: 5919918.
HSL color Cylindrical-coordinate representation of color #AE545A: hue angle of 356º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE545A is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 84 | 90 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.32 |
| HSL | 356º | 0.36% | 0.51% | - |
| HSV(B) | 356º | 0.52% | 0.68% | - |
| XYZ | 22.47 | 16.08 | 11.59 | - |
| YUV | 111.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 84 | 90 | 0 | 0.52 | 0.48 | 0.32 | 356 | 0.36 | 0.51 |
| Hex | AE | 54 | 5A | 0 | 34 | 30 | 20 | 164 | 24 | 33 |
| Octal | 256 | 124 | 132 | 0 | 64 | 60 | 40 | 544 | 44 | 63 |
| Binary | 10101110 | 1010100 | 1011010 | 0 | 110100 | 110000 | 100000 | 101100100 | 100100 | 110011 |
Color Harmonies of #AE545A
Complementary color
Monochromatic Colors of #AE545A
Black with #AE545A
Text Example
Text Example
White with #AE545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE545A; }
p { color: rgb(174,84,90); }
H1.HeaderClassName
{
color: #AE545A;
}
.AnyTagClassName
{
color: #AE545A;
}
</style>
background-color css
<style>
a { background-color: #AE545A; }
a { background-color: rgb(174,84,90); }
div.DivClassName
{
background-color: #AE545A;
}
.BgClassName
{
background-color: #AE545A;
}
</style>
border-color css
<style>
span { border-color: #AE545A; }
span { border-color: rgb(174,84,90); }
td.TdClassName
{
border-color: #AE545A;
}
.TagClassName
{
border-color: #AE545A;
}
</style>