Html Css Color HEX #AC555D Hippie Pink

📋 copy color: '#AC555D'

red 172 ◦ green 85 ◦ blue 93

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

Shades of Hippie Pink #AC555D

Tints of Hippie Pink #AC555D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 49.14%
G = 24.29%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC555D (or 0xAC555D) is known color: Hippie Pink. HEX triplet: AC, 55 and 5D. RGB value is (172,85,93). Sum of RGB (Red+Green+Blue) = 172+85+93=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC555D is #53AAA2. Grayscale: #6F6F6F. Windows color (decimal): -5483171 or 6116780. OLE color: 6116780.

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

Color convert

RGB 172 85 93 -
CMYK 0 0.51 0.46 0.33
HSL 354.48º 0.34% 0.5% -
HSV(B) 354.48º 0.51% 0.67% -
XYZ 22.24 16.06 12.28 -
YUV 111.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 172 85 93 0 0.51 0.46 0.33 354.48 0.34 0.5
Hex AC 55 5D 0 33 2E 21 162 22 32
Octal 254 125 135 0 63 56 41 542 42 62
Binary 10101100 1010101 1011101 0 110011 101110 100001 101100010 100010 110010

Color Harmonies of #AC555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC555D

Black with #AC555D

Text Example


Text Example

White with #AC555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC555D; }

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

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

background-color css

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

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

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

border-color css

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

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

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