#AA4654

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

Shades of Hippie Pink #AA4654

Tints of Hippie Pink #AA4654

Color information

#AA4654 (or 0xAA4654) is unknown color: approx Hippie Pink. HEX triplet: AA, 46 and 54. RGB value is (170,70,84). Sum of RGB (Red+Green+Blue) = 170+70+84=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4654 is #55B9AB. Grayscale: #656565. Windows color (decimal): -5618092 or 5523114. OLE color: 5523114.

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

Color convert

RGB1707084-
CMYK00.590.510.33
HSL351.6º41.67%47.06%-
HSV(B)351.6º58.82%66.67%-
XYZ20.3713.579.93-
YUV101.5118.13176.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 84 (33.20% from 255) = 25.93%
R=52.47%
G=21.60%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170708400.590.510.33351.641.6747.06
HexAA465403B33211602a2f
Octal25210612407363415405257
Binary10101010100011010101000111011110011100001101100000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4654; }

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

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

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

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

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

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

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

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