#AA405B

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

Shades of Hippie Pink #AA405B

Tints of Hippie Pink #AA405B

Color information

#AA405B (or 0xAA405B) is unknown color: approx Hippie Pink. HEX triplet: AA, 40 and 5B. RGB value is (170,64,91). Sum of RGB (Red+Green+Blue) = 170+64+91=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA405B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA405B is #55BFA4. Grayscale: #626262. Windows color (decimal): -5619621 or 5980330. OLE color: 5980330.

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

Color convert

RGB1706491-
CMYK00.620.460.33
HSL344.72º45.3%45.88%-
HSV(B)344.72º62.35%66.67%-
XYZ20.312.9711.33-
YUV98.77123.62178.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 91 (35.94% from 255) = 28%
R=52.31%
G=19.69%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170649100.620.460.33344.7245.345.88
HexAA405B03E2E211592d2e
Octal25210013307656415315556
Binary10101010100000010110110111110101110100001101011001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA405B; }

 p { color: rgb(170,64,91); }

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

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

 a { background-color: rgb(170,64,91); }

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

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

 span { border-color: rgb(170,64,91); }

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