#AA4C63

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

Shades of Hippie Pink #AA4C63

Tints of Hippie Pink #AA4C63

Color information

#AA4C63 (or 0xAA4C63) is unknown color: approx Hippie Pink. HEX triplet: AA, 4C and 63. RGB value is (170,76,99). Sum of RGB (Red+Green+Blue) = 170+76+99=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C63 is #55B39C. Grayscale: #6A6A6A. Windows color (decimal): -5616541 or 6507690. OLE color: 6507690.

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

Color convert

RGB1707699-
CMYK00.550.420.33
HSL345.32º38.21%48.24%-
HSV(B)345.32º55.29%66.67%-
XYZ21.4114.6213.5-
YUV106.73123.64173.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 99 (39.06% from 255) = 28.70%
R=49.28%
G=22.03%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170769900.550.420.33345.3238.2148.24
HexAA4C630372A211592630
Octal25211414306752415314660
Binary10101010100110011000110110111101010100001101011001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4C63; }

 p { color: rgb(170,76,99); }

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

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

 a { background-color: rgb(170,76,99); }

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

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

 span { border-color: rgb(170,76,99); }

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