Html Css Color HEX #AC555A Hippie Pink

📋 copy color: '#AC555A'

red 172 ◦ green 85 ◦ blue 90

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

Shades of Hippie Pink #AC555A

Tints of Hippie Pink #AC555A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 49.57%
G = 24.5%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC555A (or 0xAC555A) is known color: Hippie Pink. HEX triplet: AC, 55 and 5A. RGB value is (172,85,90). Sum of RGB (Red+Green+Blue) = 172+85+90=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC555A is #53AAA5. Grayscale: #6F6F6F. Windows color (decimal): -5483174 or 5920172. OLE color: 5920172.

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

Color convert

RGB 172 85 90 -
CMYK 0 0.51 0.48 0.33
HSL 356.55º 0.34% 0.5% -
HSV(B) 356.55º 0.51% 0.67% -
XYZ 22.11 16.01 11.6 -
YUV 111.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 172 85 90 0 0.51 0.48 0.33 356.55 0.34 0.5
Hex AC 55 5A 0 33 30 21 165 22 32
Octal 254 125 132 0 63 60 41 545 42 62
Binary 10101100 1010101 1011010 0 110011 110000 100001 101100101 100010 110010

Color Harmonies of #AC555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC555A

Black with #AC555A

Text Example


Text Example

White with #AC555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC555A; }

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

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

background-color css

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

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

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

border-color css

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

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

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