#AA5164

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

Shades of Hippie Pink #AA5164

Tints of Hippie Pink #AA5164

Color information

#AA5164 (or 0xAA5164) is unknown color: approx Hippie Pink. HEX triplet: AA, 51 and 64. RGB value is (170,81,100). Sum of RGB (Red+Green+Blue) = 170+81+100=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5164 is #55AE9B. Grayscale: #6D6D6D. Windows color (decimal): -5615260 or 6574506. OLE color: 6574506.

HSL color Cylindrical-coordinate representation of color #AA5164: hue angle of 347.19º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5164 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17081100-
CMYK00.520.410.33
HSL347.19º35.46%49.22%-
HSV(B)347.19º52.35%66.67%-
XYZ21.8215.3513.87-
YUV109.78122.49170.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=48.43%
G=23.08%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708110000.520.410.33347.1935.4649.22
HexAA5164034292115b2331
Octal25212114406451415334361
Binary10101010101000111001000110100101001100001101011011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5164; }

 p { color: rgb(170,81,100); }

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

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

 a { background-color: rgb(170,81,100); }

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

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

 span { border-color: rgb(170,81,100); }

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