Html Css Color HEX #AC4E50 Hippie Pink

📋 copy color: '#AC4E50'

red 172 ◦ green 78 ◦ blue 80

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

Shades of Hippie Pink #AC4E50

Tints of Hippie Pink #AC4E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 52.12%
G = 23.64%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC4E50 (or 0xAC4E50) is known color: Hippie Pink. HEX triplet: AC, 4E and 50. RGB value is (172,78,80). Sum of RGB (Red+Green+Blue) = 172+78+80=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E50 is #53B1AF. Grayscale: #6A6A6A. Windows color (decimal): -5484976 or 5263020. OLE color: 5263020.

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

Color convert

RGB 172 78 80 -
CMYK 0 0.55 0.53 0.33
HSL 358.72º 0.38% 0.49% -
HSV(B) 358.72º 0.55% 0.67% -
XYZ 21.19 14.8 9.33 -
YUV 106.33 113.14 174.84 -
System Red Green Blue C M Y K H S L
Decimal 172 78 80 0 0.55 0.53 0.33 358.72 0.38 0.49
Hex AC 4E 50 0 37 35 21 167 26 31
Octal 254 116 120 0 67 65 41 547 46 61
Binary 10101100 1001110 1010000 0 110111 110101 100001 101100111 100110 110001

Color Harmonies of #AC4E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E50

Black with #AC4E50

Text Example


Text Example

White with #AC4E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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