#AA555C

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

Shades of Hippie Pink #AA555C

Tints of Hippie Pink #AA555C

Color information

#AA555C (or 0xAA555C) is unknown color: approx Hippie Pink. HEX triplet: AA, 55 and 5C. RGB value is (170,85,92). Sum of RGB (Red+Green+Blue) = 170+85+92=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA555C is #55AAA3. Grayscale: #6F6F6F. Windows color (decimal): -5614244 or 6051242. OLE color: 6051242.

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

Color convert

RGB1708592-
CMYK00.500.460.33
HSL355.06º33.33%50%-
HSV(B)355.06º50%66.67%-
XYZ21.7615.8212.03-
YUV111.21117.16169.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=48.99%
G=24.50%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170859200.500.460.33355.0633.3350
HexAA555C0322E211632132
Octal25212513406256415434162
Binary10101010101010110111000110010101110100001101100011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA555C; }

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

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

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

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

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

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

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

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