Html Css Color HEX #AC515F Hippie Pink

📋 copy color: '#AC515F'

red 172 ◦ green 81 ◦ blue 95

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

Shades of Hippie Pink #AC515F

Tints of Hippie Pink #AC515F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 49.43%
G = 23.28%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC515F (or 0xAC515F) is known color: Hippie Pink. HEX triplet: AC, 51 and 5F. RGB value is (172,81,95). Sum of RGB (Red+Green+Blue) = 172+81+95=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC515F is #53AEA0. Grayscale: #6D6D6D. Windows color (decimal): -5484193 or 6246828. OLE color: 6246828.

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

Color convert

RGB 172 81 95 -
CMYK 0 0.53 0.45 0.33
HSL 350.77º 0.36% 0.5% -
HSV(B) 350.77º 0.53% 0.67% -
XYZ 22.02 15.48 12.65 -
YUV 109.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 172 81 95 0 0.53 0.45 0.33 350.77 0.36 0.5
Hex AC 51 5F 0 35 2D 21 15F 24 32
Octal 254 121 137 0 65 55 41 537 44 62
Binary 10101100 1010001 1011111 0 110101 101101 100001 101011111 100100 110010

Color Harmonies of #AC515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC515F

Black with #AC515F

Text Example


Text Example

White with #AC515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC515F; }

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

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

background-color css

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

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

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

border-color css

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

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

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