Shades of Hippie Pink #AA4353
Tints of Hippie Pink #AA4353
RGB
CMYK
RGB Variations
Color information
#AA4353 (or 0xAA4353) is known color: Hippie Pink. HEX triplet: AA, 43 and 53. RGB value is (170,67,83). Sum of RGB (Red+Green+Blue) = 170+67+83=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4353 is #55BCAC. Grayscale: #636363. Windows color (decimal): -5618861 or 5456810. OLE color: 5456810.
HSL color Cylindrical-coordinate representation of color #AA4353: hue angle of 350.68º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4353 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 83 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.33 |
| HSL | 350.68º | 0.43% | 0.46% | - |
| HSV(B) | 350.68º | 0.61% | 0.67% | - |
| XYZ | 20.15 | 13.18 | 9.67 | - |
| YUV | 99.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 83 | 0 | 0.61 | 0.51 | 0.33 | 350.68 | 0.43 | 0.46 |
| Hex | AA | 43 | 53 | 0 | 3D | 33 | 21 | 15F | 2B | 2E |
| Octal | 252 | 103 | 123 | 0 | 75 | 63 | 41 | 537 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1010011 | 0 | 111101 | 110011 | 100001 | 101011111 | 101011 | 101110 |
Color Harmonies of #AA4353
Complementary color
Monochromatic Colors of #AA4353
Black with #AA4353
Text Example
Text Example
White with #AA4353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4353; }
p { color: rgb(170,67,83); }
H1.HeaderClassName
{
color: #AA4353;
}
.AnyTagClassName
{
color: #AA4353;
}
</style>
background-color css
<style>
a { background-color: #AA4353; }
a { background-color: rgb(170,67,83); }
div.DivClassName
{
background-color: #AA4353;
}
.BgClassName
{
background-color: #AA4353;
}
</style>
border-color css
<style>
span { border-color: #AA4353; }
span { border-color: rgb(170,67,83); }
td.TdClassName
{
border-color: #AA4353;
}
.TagClassName
{
border-color: #AA4353;
}
</style>