#AA5961

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

Shades of Hippie Pink #AA5961

Tints of Hippie Pink #AA5961

Color information

#AA5961 (or 0xAA5961) is unknown color: approx Hippie Pink. HEX triplet: AA, 59 and 61. RGB value is (170,89,97). Sum of RGB (Red+Green+Blue) = 170+89+97=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5961 is #55A69E. Grayscale: #727272. Windows color (decimal): -5613215 or 6379946. OLE color: 6379946.

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

Color convert

RGB1708997-
CMYK00.480.430.33
HSL354.07º32.27%50.78%-
HSV(B)354.07º47.65%66.67%-
XYZ22.3116.5513.33-
YUV114.13118.34167.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 27.25%
R=47.75%
G=25%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170899700.480.430.33354.0732.2750.78
HexAA59610302B211622033
Octal25213114106053415424063
Binary10101010101100111000010110000101011100001101100010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5961; }

 p { color: rgb(170,89,97); }

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

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

 a { background-color: rgb(170,89,97); }

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

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

 span { border-color: rgb(170,89,97); }

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