#AC515E

Color #AC515E Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AC515E

Tints of Hippie Pink #AC515E

Color information

#AC515E (or 0xAC515E) is unknown color: approx 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

RGB1728194-
CMYK00.530.450.33
HSL351.43º35.97%49.61%-
HSV(B)351.43º52.91%67.45%-
XYZ21.9815.4612.42-
YUV109.69119.15172.44-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172819400.530.450.33351.4335.9749.61
HexAC515E0352D2115f2432
Octal25412113606555415374462
Binary10101100101000110111100110101101101100001101011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>