#AA5161

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

Shades of Hippie Pink #AA5161

Tints of Hippie Pink #AA5161

Color information

#AA5161 (or 0xAA5161) is unknown color: approx Hippie Pink. HEX triplet: AA, 51 and 61. RGB value is (170,81,97). Sum of RGB (Red+Green+Blue) = 170+81+97=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5161 is #55AE9E. Grayscale: #6D6D6D. Windows color (decimal): -5615263 or 6377898. OLE color: 6377898.

HSL color Cylindrical-coordinate representation of color #AA5161: hue angle of 349.21º 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 #AA5161 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB1708197-
CMYK00.520.430.33
HSL349.21º35.46%49.22%-
HSV(B)349.21º52.35%66.67%-
XYZ21.6815.2913.12-
YUV109.44120.99171.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=48.85%
G=23.28%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170819700.520.430.33349.2135.4649.22
HexAA51610342B2115d2331
Octal25212114106453415354361
Binary10101010101000111000010110100101011100001101011101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5161; }

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

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

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

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

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

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

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

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