#AA555A

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

Shades of Hippie Pink #AA555A

Tints of Hippie Pink #AA555A

Color information

#AA555A (or 0xAA555A) is unknown color: approx Hippie Pink. HEX triplet: AA, 55 and 5A. RGB value is (170,85,90). Sum of RGB (Red+Green+Blue) = 170+85+90=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA555A is #55AAA5. Grayscale: #6F6F6F. Windows color (decimal): -5614246 or 5920170. OLE color: 5920170.

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

Color convert

RGB1708590-
CMYK00.500.470.33
HSL356.47º33.33%50%-
HSV(B)356.47º50%66.67%-
XYZ21.6715.7811.58-
YUV110.98116.16170.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=49.28%
G=24.64%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170859000.500.470.33356.4733.3350
HexAA555A0322F211642132
Octal25212513206257415444162
Binary10101010101010110110100110010101111100001101100100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA555A; }

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

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

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

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

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

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

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

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