#AC5659

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

Shades of Hippie Pink #AC5659

Tints of Hippie Pink #AC5659

Color information

#AC5659 (or 0xAC5659) is unknown color: approx Hippie Pink. HEX triplet: AC, 56 and 59. RGB value is (172,86,89). Sum of RGB (Red+Green+Blue) = 172+86+89=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5659 is #53A9A6. Grayscale: #707070. Windows color (decimal): -5482919 or 5854892. OLE color: 5854892.

HSL color Cylindrical-coordinate representation of color #AC5659: hue angle of 357.91º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC5659 is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1728689-
CMYK00.50.480.33
HSL357.91º34.13%50.59%-
HSV(B)357.91º50%67.45%-
XYZ22.1416.1511.4-
YUV112.06114.99170.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=49.57%
G=24.78%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172868900.50.480.33357.9134.1350.59
HexAC565903230211662233
Octal25412613106260415464263
Binary10101100101011010110010110010110000100001101100110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5659; }

 p { color: rgb(172,86,89); }

 H1.HeaderClassName
 {
   color: #AC5659;
 }
 .AnyTagClassName
 {
   color: #AC5659;
 }
</style>
background-color css

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

 a { background-color: rgb(172,86,89); }

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

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

 span { border-color: rgb(172,86,89); }

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