#AA4958

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

Shades of Hippie Pink #AA4958

Tints of Hippie Pink #AA4958

Color information

#AA4958 (or 0xAA4958) is unknown color: approx Hippie Pink. HEX triplet: AA, 49 and 58. RGB value is (170,73,88). Sum of RGB (Red+Green+Blue) = 170+73+88=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4958 is #55B6A7. Grayscale: #676767. Windows color (decimal): -5617320 or 5786026. OLE color: 5786026.

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

Color convert

RGB1707388-
CMYK00.570.480.33
HSL350.72º39.92%47.65%-
HSV(B)350.72º57.06%66.67%-
XYZ20.7214.0210.85-
YUV103.71119.14175.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 88 (34.77% from 255) = 26.59%
R=51.36%
G=22.05%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170738800.570.480.33350.7239.9247.65
HexAA4958039302115f2830
Octal25211113007160415375060
Binary10101010100100110110000111001110000100001101011111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4958; }

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

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

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

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

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

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

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

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