#AA4D5D

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

Shades of Hippie Pink #AA4D5D

Tints of Hippie Pink #AA4D5D

Color information

#AA4D5D (or 0xAA4D5D) is unknown color: approx Hippie Pink. HEX triplet: AA, 4D and 5D. RGB value is (170,77,93). Sum of RGB (Red+Green+Blue) = 170+77+93=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D5D is #55B2A2. Grayscale: #6A6A6A. Windows color (decimal): -5616291 or 6114730. OLE color: 6114730.

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

Color convert

RGB1707793-
CMYK00.550.450.33
HSL349.68º37.65%48.43%-
HSV(B)349.68º54.71%66.67%-
XYZ21.2114.6412.06-
YUV106.63120.31173.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 22.65%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=50%
G=22.65%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170779300.550.450.33349.6837.6548.43
HexAA4D5D0372D2115e2630
Octal25211513506755415364660
Binary10101010100110110111010110111101101100001101011110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D5D; }

 p { color: rgb(170,77,93); }

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

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

 a { background-color: rgb(170,77,93); }

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

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

 span { border-color: rgb(170,77,93); }

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