Html Css Color HEX #AC555C Hippie Pink

📋 copy color: '#AC555C'

red 172 ◦ green 85 ◦ blue 92

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

Shades of Hippie Pink #AC555C

Tints of Hippie Pink #AC555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.36%

R = 49.28%
G = 24.36%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC555C (or 0xAC555C) is known color: Hippie Pink. HEX triplet: AC, 55 and 5C. RGB value is (172,85,92). Sum of RGB (Red+Green+Blue) = 172+85+92=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC555C is #53AAA3. Grayscale: #6F6F6F. Windows color (decimal): -5483172 or 6051244. OLE color: 6051244.

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

Color convert

RGB 172 85 92 -
CMYK 0 0.51 0.47 0.33
HSL 355.17º 0.34% 0.5% -
HSV(B) 355.17º 0.51% 0.67% -
XYZ 22.19 16.04 12.05 -
YUV 111.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 172 85 92 0 0.51 0.47 0.33 355.17 0.34 0.5
Hex AC 55 5C 0 33 2F 21 163 22 32
Octal 254 125 134 0 63 57 41 543 42 62
Binary 10101100 1010101 1011100 0 110011 101111 100001 101100011 100010 110010

Color Harmonies of #AC555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC555C

Black with #AC555C

Text Example


Text Example

White with #AC555C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC555C; }

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

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

background-color css

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

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

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

border-color css

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

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

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