#AA5B60

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

Shades of Hippie Pink #AA5B60

Tints of Hippie Pink #AA5B60

Color information

#AA5B60 (or 0xAA5B60) is unknown color: approx Hippie Pink. HEX triplet: AA, 5B and 60. RGB value is (170,91,96). Sum of RGB (Red+Green+Blue) = 170+91+96=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5B60 is #55A49F. Grayscale: #737373. Windows color (decimal): -5612704 or 6314922. OLE color: 6314922.

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

Color convert

RGB1709196-
CMYK00.460.440.33
HSL356.2º31.73%51.18%-
HSV(B)356.2º46.47%66.67%-
XYZ22.4316.8713.14-
YUV115.19117.17167.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=47.62%
G=25.49%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170919600.460.440.33356.231.7351.18
HexAA5B6002E2C211642033
Octal25213314005654415444063
Binary10101010101101111000000101110101100100001101100100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5B60; }

 p { color: rgb(170,91,96); }

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

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

 a { background-color: rgb(170,91,96); }

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

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

 span { border-color: rgb(170,91,96); }

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