Html Css Color HEX #AA4C5E Hippie Pink

📋 copy color: '#AA4C5E'

red 170 ◦ green 76 ◦ blue 94

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

Shades of Hippie Pink #AA4C5E

Tints of Hippie Pink #AA4C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

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

R = 50%
G = 22.35%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA4C5E (or 0xAA4C5E) is known color: Hippie Pink. HEX triplet: AA, 4C and 5E. RGB value is (170,76,94). Sum of RGB (Red+Green+Blue) = 170+76+94=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C5E is #55B3A1. Grayscale: #6A6A6A. Windows color (decimal): -5616546 or 6180010. OLE color: 6180010.

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

Color convert

RGB 170 76 94 -
CMYK 0 0.55 0.45 0.33
HSL 348.51º 0.38% 0.48% -
HSV(B) 348.51º 0.55% 0.67% -
XYZ 21.18 14.52 12.28 -
YUV 106.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 170 76 94 0 0.55 0.45 0.33 348.51 0.38 0.48
Hex AA 4C 5E 0 37 2D 21 15D 26 30
Octal 252 114 136 0 67 55 41 535 46 60
Binary 10101010 1001100 1011110 0 110111 101101 100001 101011101 100110 110000

Color Harmonies of #AA4C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C5E

Black with #AA4C5E

Text Example


Text Example

White with #AA4C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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