Html Css Color HEX #AC5558 Hippie Pink

📋 copy color: '#AC5558'

red 172 ◦ green 85 ◦ blue 88

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

Shades of Hippie Pink #AC5558

Tints of Hippie Pink #AC5558

RGB

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

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

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

R = 49.86%
G = 24.64%
B = 25.51%

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

#AC5558 (or 0xAC5558) is known color: Hippie Pink. HEX triplet: AC, 55 and 58. RGB value is (172,85,88). Sum of RGB (Red+Green+Blue) = 172+85+88=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5558 is #53AAA7. Grayscale: #6F6F6F. Windows color (decimal): -5483176 or 5789100. OLE color: 5789100.

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

Color convert

RGB 172 85 88 -
CMYK 0 0.51 0.49 0.33
HSL 357.93º 0.34% 0.5% -
HSV(B) 357.93º 0.51% 0.67% -
XYZ 22.02 15.97 11.15 -
YUV 111.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 172 85 88 0 0.51 0.49 0.33 357.93 0.34 0.5
Hex AC 55 58 0 33 31 21 166 22 32
Octal 254 125 130 0 63 61 41 546 42 62
Binary 10101100 1010101 1011000 0 110011 110001 100001 101100110 100010 110010

Color Harmonies of #AC5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5558

Black with #AC5558

Text Example


Text Example

White with #AC5558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5558; }

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

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

background-color css

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

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

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

border-color css

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

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

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