Html Css Color HEX #AA4D5C Hippie Pink

📋 copy color: '#AA4D5C'

red 170 ◦ green 77 ◦ blue 92

#AA4D5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #AA4D5C

Tints of Hippie Pink #AA4D5C

RGB

 RED value IS 170 (66.8% from 255) = 50.15%

 GREEN value IS 77 (30.47% from 255) = 22.71%

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 50.15%
G = 22.71%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA4D5C (or 0xAA4D5C) is known color: Hippie Pink. HEX triplet: AA, 4D and 5C. RGB value is (170,77,92). Sum of RGB (Red+Green+Blue) = 170+77+92=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D5C is #55B2A3. Grayscale: #6A6A6A. Windows color (decimal): -5616292 or 6049194. OLE color: 6049194.

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

Color convert

RGB 170 77 92 -
CMYK 0 0.55 0.46 0.33
HSL 350.32º 0.38% 0.48% -
HSV(B) 350.32º 0.55% 0.67% -
XYZ 21.16 14.63 11.83 -
YUV 106.52 119.81 173.28 -
System Red Green Blue C M Y K H S L
Decimal 170 77 92 0 0.55 0.46 0.33 350.32 0.38 0.48
Hex AA 4D 5C 0 37 2E 21 15E 26 30
Octal 252 115 134 0 67 56 41 536 46 60
Binary 10101010 1001101 1011100 0 110111 101110 100001 101011110 100110 110000

Color Harmonies of #AA4D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D5C

Black with #AA4D5C

Text Example


Text Example

White with #AA4D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D5C; }

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

 H1.HeaderClassName
 {
   color: #AA4D5C;
 }
 .AnyTagClassName
 {
   color: #AA4D5C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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