Html Css Color HEX #AC5557 Hippie Pink

📋 copy color: '#AC5557'

red 172 ◦ green 85 ◦ blue 87

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

Shades of Hippie Pink #AC5557

Tints of Hippie Pink #AC5557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.71%

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 50%
G = 24.71%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC5557 (or 0xAC5557) is known color: Hippie Pink. HEX triplet: AC, 55 and 57. RGB value is (172,85,87). Sum of RGB (Red+Green+Blue) = 172+85+87=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5557 is #53AAA8. Grayscale: #6F6F6F. Windows color (decimal): -5483177 or 5723564. OLE color: 5723564.

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

Color convert

RGB 172 85 87 -
CMYK 0 0.51 0.49 0.33
HSL 358.62º 0.34% 0.5% -
HSV(B) 358.62º 0.51% 0.67% -
XYZ 21.98 15.96 10.94 -
YUV 111.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 172 85 87 0 0.51 0.49 0.33 358.62 0.34 0.5
Hex AC 55 57 0 33 31 21 167 22 32
Octal 254 125 127 0 63 61 41 547 42 62
Binary 10101100 1010101 1010111 0 110011 110001 100001 101100111 100010 110010

Color Harmonies of #AC5557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5557

Black with #AC5557

Text Example


Text Example

White with #AC5557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5557; }

 p { color: rgb(172,85,87); }

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

background-color css

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

 a { background-color: rgb(172,85,87); }

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

border-color css

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

 span { border-color: rgb(172,85,87); }

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