Html Css Color HEX #AC5155 Hippie Pink

📋 copy color: '#AC5155'

red 172 ◦ green 81 ◦ blue 85

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

Shades of Hippie Pink #AC5155

Tints of Hippie Pink #AC5155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.96%

 BLUE value IS 85 (33.59% from 255) = 25.15%

R = 50.89%
G = 23.96%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC5155 (or 0xAC5155) is known color: Hippie Pink. HEX triplet: AC, 51 and 55. RGB value is (172,81,85). Sum of RGB (Red+Green+Blue) = 172+81+85=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5155 is #53AEAA. Grayscale: #6C6C6C. Windows color (decimal): -5484203 or 5591468. OLE color: 5591468.

HSL color Cylindrical-coordinate representation of color #AC5155: hue angle of 357.36º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5155 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 81 85 -
CMYK 0 0.53 0.51 0.33
HSL 357.36º 0.36% 0.5% -
HSV(B) 357.36º 0.53% 0.67% -
XYZ 21.6 15.31 10.41 -
YUV 108.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 172 81 85 0 0.53 0.51 0.33 357.36 0.36 0.5
Hex AC 51 55 0 35 33 21 165 24 32
Octal 254 121 125 0 65 63 41 545 44 62
Binary 10101100 1010001 1010101 0 110101 110011 100001 101100101 100100 110010

Color Harmonies of #AC5155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5155

Black with #AC5155

Text Example


Text Example

White with #AC5155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5155; }

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

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

background-color css

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

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

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

border-color css

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

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

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