#aa4f5d

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

Shades of Hippie Pink #AA4F5D

Tints of Hippie Pink #AA4F5D

Color information

#AA4F5D (or 0xAA4F5D) is unknown color: approx Hippie Pink. HEX triplet: AA, 4F and 5D. RGB value is (170,79,93). Sum of RGB (Red+Green+Blue) = 170+79+93=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4F5D is #55B0A2. Grayscale: #6B6B6B. Windows color (decimal): -5615779 or 6115242. OLE color: 6115242.

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

Color convert

RGB1707993-
CMYK00.540.450.33
HSL350.77º36.55%48.82%-
HSV(B)350.77º53.53%66.67%-
XYZ21.3514.9312.11-
YUV107.8119.65172.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.71%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=49.71%
G=23.10%
B=27.19%

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
Decimal170799300.540.450.33350.7736.5548.82
HexAA4F5D0362D2115f2531
Octal25211713506655415374561
Binary10101010100111110111010110110101101100001101011111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4f5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4f5d; }

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

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

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

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

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

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

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

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