Html Css Color HEX #AC5160 Hippie Pink

📋 copy color: '#AC5160'

red 172 ◦ green 81 ◦ blue 96

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

Shades of Hippie Pink #AC5160

Tints of Hippie Pink #AC5160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.51%

R = 49.28%
G = 23.21%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC5160 (or 0xAC5160) is known color: Hippie Pink. HEX triplet: AC, 51 and 60. RGB value is (172,81,96). Sum of RGB (Red+Green+Blue) = 172+81+96=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5160 is #53AE9F. Grayscale: #6D6D6D. Windows color (decimal): -5484192 or 6312364. OLE color: 6312364.

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

Color convert

RGB 172 81 96 -
CMYK 0 0.53 0.44 0.33
HSL 350.11º 0.36% 0.5% -
HSV(B) 350.11º 0.53% 0.67% -
XYZ 22.07 15.5 12.9 -
YUV 109.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 172 81 96 0 0.53 0.44 0.33 350.11 0.36 0.5
Hex AC 51 60 0 35 2C 21 15E 24 32
Octal 254 121 140 0 65 54 41 536 44 62
Binary 10101100 1010001 1100000 0 110101 101100 100001 101011110 100100 110010

Color Harmonies of #AC5160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5160

Black with #AC5160

Text Example


Text Example

White with #AC5160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5160; }

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

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

background-color css

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

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

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

border-color css

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

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

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