Html Css Color HEX #AC4D58 Hippie Pink

📋 copy color: '#AC4D58'

red 172 ◦ green 77 ◦ blue 88

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

Shades of Hippie Pink #AC4D58

Tints of Hippie Pink #AC4D58

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.85%

 BLUE value IS 88 (34.77% from 255) = 26.11%

R = 51.04%
G = 22.85%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC4D58 (or 0xAC4D58) is known color: Hippie Pink. HEX triplet: AC, 4D and 58. RGB value is (172,77,88). Sum of RGB (Red+Green+Blue) = 172+77+88=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D58 is #53B2A7. Grayscale: #6A6A6A. Windows color (decimal): -5485224 or 5787052. OLE color: 5787052.

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

Color convert

RGB 172 77 88 -
CMYK 0 0.55 0.49 0.33
HSL 353.05º 0.38% 0.49% -
HSV(B) 353.05º 0.55% 0.67% -
XYZ 21.43 14.78 10.96 -
YUV 106.66 117.47 174.61 -
System Red Green Blue C M Y K H S L
Decimal 172 77 88 0 0.55 0.49 0.33 353.05 0.38 0.49
Hex AC 4D 58 0 37 31 21 161 26 31
Octal 254 115 130 0 67 61 41 541 46 61
Binary 10101100 1001101 1011000 0 110111 110001 100001 101100001 100110 110001

Color Harmonies of #AC4D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D58

Black with #AC4D58

Text Example


Text Example

White with #AC4D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D58; }

 p { color: rgb(172,77,88); }

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

background-color css

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

 a { background-color: rgb(172,77,88); }

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

border-color css

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

 span { border-color: rgb(172,77,88); }

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