Html Css Color HEX #AA4E5E Hippie Pink

📋 copy color: '#AA4E5E'

red 170 ◦ green 78 ◦ blue 94

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

Shades of Hippie Pink #AA4E5E

Tints of Hippie Pink #AA4E5E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.81%

 BLUE value IS 94 (37.11% from 255) = 27.49%

R = 49.71%
G = 22.81%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA4E5E (or 0xAA4E5E) is known color: Hippie Pink. HEX triplet: AA, 4E and 5E. RGB value is (170,78,94). Sum of RGB (Red+Green+Blue) = 170+78+94=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E5E is #55B1A1. Grayscale: #6B6B6B. Windows color (decimal): -5616034 or 6180522. OLE color: 6180522.

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

Color convert

RGB 170 78 94 -
CMYK 0 0.54 0.45 0.33
HSL 349.57º 0.37% 0.49% -
HSV(B) 349.57º 0.54% 0.67% -
XYZ 21.32 14.8 12.32 -
YUV 107.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 170 78 94 0 0.54 0.45 0.33 349.57 0.37 0.49
Hex AA 4E 5E 0 36 2D 21 15E 25 31
Octal 252 116 136 0 66 55 41 536 45 61
Binary 10101010 1001110 1011110 0 110110 101101 100001 101011110 100101 110001

Color Harmonies of #AA4E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E5E

Black with #AA4E5E

Text Example


Text Example

White with #AA4E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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