Html Css Color HEX #AC515D Hippie Pink

📋 copy color: '#AC515D'

red 172 ◦ green 81 ◦ blue 93

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

Shades of Hippie Pink #AC515D

Tints of Hippie Pink #AC515D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 49.71%
G = 23.41%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC515D (or 0xAC515D) is known color: Hippie Pink. HEX triplet: AC, 51 and 5D. RGB value is (172,81,93). Sum of RGB (Red+Green+Blue) = 172+81+93=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC515D is #53AEA2. Grayscale: #6D6D6D. Windows color (decimal): -5484195 or 6115756. OLE color: 6115756.

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

Color convert

RGB 172 81 93 -
CMYK 0 0.53 0.46 0.33
HSL 352.09º 0.36% 0.5% -
HSV(B) 352.09º 0.53% 0.67% -
XYZ 21.93 15.45 12.18 -
YUV 109.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 172 81 93 0 0.53 0.46 0.33 352.09 0.36 0.5
Hex AC 51 5D 0 35 2E 21 160 24 32
Octal 254 121 135 0 65 56 41 540 44 62
Binary 10101100 1010001 1011101 0 110101 101110 100001 101100000 100100 110010

Color Harmonies of #AC515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC515D

Black with #AC515D

Text Example


Text Example

White with #AC515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC515D; }

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

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

background-color css

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

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

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

border-color css

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

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

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