#AA5458

Color #AA5458 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AA5458

Tints of Hippie Pink #AA5458

Color information

#AA5458 (or 0xAA5458) is unknown color: approx Hippie Pink. HEX triplet: AA, 54 and 58. RGB value is (170,84,88). Sum of RGB (Red+Green+Blue) = 170+84+88=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5458 is #55ABA7. Grayscale: #6E6E6E. Windows color (decimal): -5614504 or 5788842. OLE color: 5788842.

HSL color Cylindrical-coordinate representation of color #AA5458: hue angle of 357.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5458 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1708488-
CMYK00.510.480.33
HSL357.21º33.86%49.8%-
HSV(B)357.21º50.59%66.67%-
XYZ21.5115.5911.11-
YUV110.17115.49170.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 49.71%
GREEN value IS 84 (33.20% from 255) = 24.56%
BLUE value IS 88 (34.77% from 255) = 25.73%
R=49.71%
G=24.56%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170848800.510.480.33357.2133.8649.8
HexAA545803330211652232
Octal25212413006360415454262
Binary10101010101010010110000110011110000100001101100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5458; }

 p { color: rgb(170,84,88); }

 H1.HeaderClassName
 {
   color: #AA5458;
 }
 .AnyTagClassName
 {
   color: #AA5458;
 }
</style>
background-color css

<style>
 a { background-color: #AA5458; }

 a { background-color: rgb(170,84,88); }

 div.DivClassName
 {
   background-color: #AA5458;
 }
 .BgClassName
 {
   background-color: #AA5458;
 }
</style>
border-color css

<style>
 span { border-color: #AA5458; }

 span { border-color: rgb(170,84,88); }

 td.TdClassName
 {
   border-color: #AA5458;
 }
 .TagClassName
 {
   border-color: #AA5458;
 }
</style>