#AA4E53

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

Shades of Hippie Pink #AA4E53

Tints of Hippie Pink #AA4E53

Color information

#AA4E53 (or 0xAA4E53) is unknown color: approx Hippie Pink. HEX triplet: AA, 4E and 53. RGB value is (170,78,83). Sum of RGB (Red+Green+Blue) = 170+78+83=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E53 is #55B1AC. Grayscale: #6A6A6A. Windows color (decimal): -5616045 or 5459626. OLE color: 5459626.

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

Color convert

RGB1707883-
CMYK00.540.510.33
HSL356.74º37.1%48.63%-
HSV(B)356.74º54.12%66.67%-
XYZ20.8614.629.91-
YUV106.08114.98173.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=51.36%
G=23.56%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170788300.540.510.33356.7437.148.63
HexAA4E5303633211652531
Octal25211612306663415454561
Binary10101010100111010100110110110110011100001101100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E53; }

 p { color: rgb(170,78,83); }

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

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

 a { background-color: rgb(170,78,83); }

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

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

 span { border-color: rgb(170,78,83); }

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