#AA5155

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

Shades of Hippie Pink #AA5155

Tints of Hippie Pink #AA5155

Color information

#AA5155 (or 0xAA5155) is unknown color: approx Hippie Pink. HEX triplet: AA, 51 and 55. RGB value is (170,81,85). Sum of RGB (Red+Green+Blue) = 170+81+85=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5155 is #55AEAA. Grayscale: #6C6C6C. Windows color (decimal): -5615275 or 5591466. OLE color: 5591466.

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

Color convert

RGB1708185-
CMYK00.520.500.33
HSL357.3º35.46%49.22%-
HSV(B)357.3º52.35%66.67%-
XYZ21.1615.0910.39-
YUV108.07114.99172.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=50.60%
G=24.11%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170818500.520.500.33357.335.4649.22
HexAA515503432211652331
Octal25212112506462415454361
Binary10101010101000110101010110100110010100001101100101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5155; }

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

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

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

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

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

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

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

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