#AA4E5E

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

Shades of Hippie Pink #AA4E5E

Tints of Hippie Pink #AA4E5E

Color information

#AA4E5E (or 0xAA4E5E) is unknown color: approx Hippie Pink. HEX triplet: AA, 4E and 5E. RGB value is (170,78,94). Sum of RGB (Red+Green+Blue) = 170+78+94=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E5E is #55B1A1. Grayscale: #6B6B6B. Windows color (decimal): -5616034 or 6180522. OLE color: 6180522.

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

Color convert

RGB1707894-
CMYK00.540.450.33
HSL349.57º37.1%48.63%-
HSV(B)349.57º54.12%66.67%-
XYZ21.3214.812.32-
YUV107.33120.48172.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.71%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=49.71%
G=22.81%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170789400.540.450.33349.5737.148.63
HexAA4E5E0362D2115e2531
Octal25211613606655415364561
Binary10101010100111010111100110110101101100001101011110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E5E; }

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

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

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

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

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

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

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

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