#AA4C5B

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

Shades of Hippie Pink #AA4C5B

Tints of Hippie Pink #AA4C5B

Color information

#AA4C5B (or 0xAA4C5B) is unknown color: approx Hippie Pink. HEX triplet: AA, 4C and 5B. RGB value is (170,76,91). Sum of RGB (Red+Green+Blue) = 170+76+91=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C5B is #55B3A4. Grayscale: #696969. Windows color (decimal): -5616549 or 5983402. OLE color: 5983402.

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

Color convert

RGB1707691-
CMYK00.550.460.33
HSL350.43º38.21%48.24%-
HSV(B)350.43º55.29%66.67%-
XYZ21.0514.4711.58-
YUV105.82119.64173.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 76 (30.08% from 255) = 22.55%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=50.45%
G=22.55%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170769100.550.460.33350.4338.2148.24
HexAA4C5B0372E2115e2630
Octal25211413306756415364660
Binary10101010100110010110110110111101110100001101011110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4C5B; }

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

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

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

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

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

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

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

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