Html Css Color HEX #AA4C5F Hippie Pink

📋 copy color: '#AA4C5F'

red 170 ◦ green 76 ◦ blue 95

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

Shades of Hippie Pink #AA4C5F

Tints of Hippie Pink #AA4C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.86%

R = 49.85%
G = 22.29%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA4C5F (or 0xAA4C5F) is known color: Hippie Pink. HEX triplet: AA, 4C and 5F. RGB value is (170,76,95). Sum of RGB (Red+Green+Blue) = 170+76+95=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C5F is #55B3A0. Grayscale: #6A6A6A. Windows color (decimal): -5616545 or 6245546. OLE color: 6245546.

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

Color convert

RGB 170 76 95 -
CMYK 0 0.55 0.44 0.33
HSL 347.87º 0.38% 0.48% -
HSV(B) 347.87º 0.55% 0.67% -
XYZ 21.23 14.54 12.51 -
YUV 106.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 170 76 95 0 0.55 0.44 0.33 347.87 0.38 0.48
Hex AA 4C 5F 0 37 2C 21 15C 26 30
Octal 252 114 137 0 67 54 41 534 46 60
Binary 10101010 1001100 1011111 0 110111 101100 100001 101011100 100110 110000

Color Harmonies of #AA4C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C5F

Black with #AA4C5F

Text Example


Text Example

White with #AA4C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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