#AA4D59

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

Shades of Hippie Pink #AA4D59

Tints of Hippie Pink #AA4D59

Color information

#AA4D59 (or 0xAA4D59) is unknown color: approx Hippie Pink. HEX triplet: AA, 4D and 59. RGB value is (170,77,89). Sum of RGB (Red+Green+Blue) = 170+77+89=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D59 is #55B2A6. Grayscale: #6A6A6A. Windows color (decimal): -5616295 or 5852586. OLE color: 5852586.

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

Color convert

RGB1707789-
CMYK00.550.480.33
HSL352.26º37.65%48.43%-
HSV(B)352.26º54.71%66.67%-
XYZ21.0314.5811.16-
YUV106.18118.31173.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=50.60%
G=22.92%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170778900.550.480.33352.2637.6548.43
HexAA4D5903730211602630
Octal25211513106760415404660
Binary10101010100110110110010110111110000100001101100000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D59; }

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

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

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

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

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

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

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

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