#AA5662

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

Shades of Hippie Pink #AA5662

Tints of Hippie Pink #AA5662

Color information

#AA5662 (or 0xAA5662) is unknown color: approx Hippie Pink. HEX triplet: AA, 56 and 62. RGB value is (170,86,98). Sum of RGB (Red+Green+Blue) = 170+86+98=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5662 is #55A99D. Grayscale: #707070. Windows color (decimal): -5613982 or 6444714. OLE color: 6444714.

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

Color convert

RGB1708698-
CMYK00.490.420.33
HSL351.43º33.07%50.2%-
HSV(B)351.43º49.41%66.67%-
XYZ22.1116.0813.49-
YUV112.48119.83169.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 98 (38.67% from 255) = 27.68%
R=48.02%
G=24.29%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170869800.490.420.33351.4333.0750.2
HexAA56620312A2115f2132
Octal25212614206152415374162
Binary10101010101011011000100110001101010100001101011111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5662; }

 p { color: rgb(170,86,98); }

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

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

 a { background-color: rgb(170,86,98); }

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

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

 span { border-color: rgb(170,86,98); }

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