Html Css Color HEX #AC4C4D Hippie Pink

📋 copy color: '#AC4C4D'

red 172 ◦ green 76 ◦ blue 77

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

Shades of Hippie Pink #AC4C4D

Tints of Hippie Pink #AC4C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.69%

R = 52.92%
G = 23.38%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC4C4D (or 0xAC4C4D) is known color: Hippie Pink. HEX triplet: AC, 4C and 4D. RGB value is (172,76,77). Sum of RGB (Red+Green+Blue) = 172+76+77=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C4D is #53B3B2. Grayscale: #686868. Windows color (decimal): -5485491 or 5065900. OLE color: 5065900.

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

Color convert

RGB 172 76 77 -
CMYK 0 0.56 0.55 0.33
HSL 359.38º 0.39% 0.49% -
HSV(B) 359.38º 0.56% 0.67% -
XYZ 20.94 14.48 8.71 -
YUV 104.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 172 76 77 0 0.56 0.55 0.33 359.38 0.39 0.49
Hex AC 4C 4D 0 38 37 21 167 27 31
Octal 254 114 115 0 70 67 41 547 47 61
Binary 10101100 1001100 1001101 0 111000 110111 100001 101100111 100111 110001

Color Harmonies of #AC4C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C4D

Black with #AC4C4D

Text Example


Text Example

White with #AC4C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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