#AA4C5F

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

Shades of Hippie Pink #AA4C5F

Tints of Hippie Pink #AA4C5F

Color information

#AA4C5F (or 0xAA4C5F) is unknown color: approx Hippie Pink. HEX triplet: AA, 4C and 5F. RGB value is (170,76,95). Sum of RGB (Red+Green+Blue) = 170+76+95=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C5F is #55B3A0. Grayscale: #6A6A6A. Windows color (decimal): -5616545 or 6245546. OLE color: 6245546.

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

Color convert

RGB1707695-
CMYK00.550.440.33
HSL347.87º38.21%48.24%-
HSV(B)347.87º55.29%66.67%-
XYZ21.2314.5412.51-
YUV106.27121.64173.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 76 (30.08% from 255) = 22.29%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=49.85%
G=22.29%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170769500.550.440.33347.8738.2148.24
HexAA4C5F0372C2115c2630
Octal25211413706754415344660
Binary10101010100110010111110110111101100100001101011100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4C5F; }

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

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

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

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

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

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

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

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