#AC5859

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

Shades of Hippie Pink #AC5859

Tints of Hippie Pink #AC5859

Color information

#AC5859 (or 0xAC5859) is unknown color: approx Hippie Pink. HEX triplet: AC, 58 and 59. RGB value is (172,88,89). Sum of RGB (Red+Green+Blue) = 172+88+89=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5859 is #53A7A6. Grayscale: #717171. Windows color (decimal): -5482407 or 5855404. OLE color: 5855404.

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

Color convert

RGB1728889-
CMYK00.490.480.33
HSL359.29º33.6%50.98%-
HSV(B)359.29º48.84%67.45%-
XYZ22.3116.4711.45-
YUV113.23114.33169.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 89 (35.16% from 255) = 25.50%
R=49.28%
G=25.21%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172888900.490.480.33359.2933.650.98
HexAC585903130211672233
Octal25413013106160415474263
Binary10101100101100010110010110001110000100001101100111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5859; }

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

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

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

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

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

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

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

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