Html Css Color HEX #AC515E Hippie Pink

📋 copy color: '#AC515E'

red 172 ◦ green 81 ◦ blue 94

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

Shades of Hippie Pink #AC515E

Tints of Hippie Pink #AC515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 49.57%
G = 23.34%
B = 27.09%

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

#AC515E (or 0xAC515E) is known color: Hippie Pink. HEX triplet: AC, 51 and 5E. RGB value is (172,81,94). Sum of RGB (Red+Green+Blue) = 172+81+94=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC515E is #53AEA1. Grayscale: #6D6D6D. Windows color (decimal): -5484194 or 6181292. OLE color: 6181292.

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

Color convert

RGB 172 81 94 -
CMYK 0 0.53 0.45 0.33
HSL 351.43º 0.36% 0.5% -
HSV(B) 351.43º 0.53% 0.67% -
XYZ 21.98 15.46 12.42 -
YUV 109.69 119.15 172.44 -
System Red Green Blue C M Y K H S L
Decimal 172 81 94 0 0.53 0.45 0.33 351.43 0.36 0.5
Hex AC 51 5E 0 35 2D 21 15F 24 32
Octal 254 121 136 0 65 55 41 537 44 62
Binary 10101100 1010001 1011110 0 110101 101101 100001 101011111 100100 110010

Color Harmonies of #AC515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC515E

Black with #AC515E

Text Example


Text Example

White with #AC515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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