Html Css Color HEX #AC4E5E Hippie Pink

📋 copy color: '#AC4E5E'

red 172 ◦ green 78 ◦ blue 94

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

Shades of Hippie Pink #AC4E5E

Tints of Hippie Pink #AC4E5E

RGB

 RED value IS 172 (67.58% from 255) = 50%

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

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

R = 50%
G = 22.67%
B = 27.33%

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

#AC4E5E (or 0xAC4E5E) is known color: Hippie Pink. HEX triplet: AC, 4E and 5E. RGB value is (172,78,94). Sum of RGB (Red+Green+Blue) = 172+78+94=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E5E is #53B1A1. Grayscale: #6B6B6B. Windows color (decimal): -5484962 or 6180524. OLE color: 6180524.

HSL color Cylindrical-coordinate representation of color #AC4E5E: hue angle of 349.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4E5E is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 78 94 -
CMYK 0 0.55 0.45 0.33
HSL 349.79º 0.38% 0.49% -
HSV(B) 349.79º 0.55% 0.67% -
XYZ 21.76 15.03 12.34 -
YUV 107.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 172 78 94 0 0.55 0.45 0.33 349.79 0.38 0.49
Hex AC 4E 5E 0 37 2D 21 15E 26 31
Octal 254 116 136 0 67 55 41 536 46 61
Binary 10101100 1001110 1011110 0 110111 101101 100001 101011110 100110 110001

Color Harmonies of #AC4E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E5E

Black with #AC4E5E

Text Example


Text Example

White with #AC4E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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