Html Css Color HEX #AC555E Hippie Pink

📋 copy color: '#AC555E'

red 172 ◦ green 85 ◦ blue 94

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

Shades of Hippie Pink #AC555E

Tints of Hippie Pink #AC555E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.78%

R = 49%
G = 24.22%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC555E (or 0xAC555E) is known color: Hippie Pink. HEX triplet: AC, 55 and 5E. RGB value is (172,85,94). Sum of RGB (Red+Green+Blue) = 172+85+94=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC555E is #53AAA1. Grayscale: #707070. Windows color (decimal): -5483170 or 6182316. OLE color: 6182316.

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

Color convert

RGB 172 85 94 -
CMYK 0 0.51 0.45 0.33
HSL 353.79º 0.34% 0.5% -
HSV(B) 353.79º 0.51% 0.67% -
XYZ 22.28 16.08 12.52 -
YUV 112.04 117.82 170.77 -
System Red Green Blue C M Y K H S L
Decimal 172 85 94 0 0.51 0.45 0.33 353.79 0.34 0.5
Hex AC 55 5E 0 33 2D 21 162 22 32
Octal 254 125 136 0 63 55 41 542 42 62
Binary 10101100 1010101 1011110 0 110011 101101 100001 101100010 100010 110010

Color Harmonies of #AC555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC555E

Black with #AC555E

Text Example


Text Example

White with #AC555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC555E; }

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

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

background-color css

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

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

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

border-color css

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

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

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