#AA445A

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

Shades of Hippie Pink #AA445A

Tints of Hippie Pink #AA445A

Color information

#AA445A (or 0xAA445A) is unknown color: approx Hippie Pink. HEX triplet: AA, 44 and 5A. RGB value is (170,68,90). Sum of RGB (Red+Green+Blue) = 170+68+90=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA445A is #55BBA5. Grayscale: #656565. Windows color (decimal): -5618598 or 5915818. OLE color: 5915818.

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

Color convert

RGB1706890-
CMYK00.60.470.33
HSL347.06º42.86%46.67%-
HSV(B)347.06º60%66.67%-
XYZ20.4913.4211.18-
YUV101.01121.79177.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=51.83%
G=20.73%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170689000.60.470.33347.0642.8646.67
HexAA445A03C2F2115b2b2f
Octal25210413207457415335357
Binary10101010100010010110100111100101111100001101011011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA445A; }

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

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

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

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

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

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

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

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