#AA445E

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

Shades of Hippie Pink #AA445E

Tints of Hippie Pink #AA445E

Color information

#AA445E (or 0xAA445E) is unknown color: approx Hippie Pink. HEX triplet: AA, 44 and 5E. RGB value is (170,68,94). Sum of RGB (Red+Green+Blue) = 170+68+94=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA445E is #55BBA1. Grayscale: #656565. Windows color (decimal): -5618594 or 6177962. OLE color: 6177962.

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

Color convert

RGB1706894-
CMYK00.60.450.33
HSL344.71º42.86%46.67%-
HSV(B)344.71º60%66.67%-
XYZ20.6713.4912.1-
YUV101.46123.79176.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=51.20%
G=20.48%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170689400.60.450.33344.7142.8646.67
HexAA445E03C2D211592b2f
Octal25210413607455415315357
Binary10101010100010010111100111100101101100001101011001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA445E; }

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

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

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

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

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

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

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

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