#ac5459

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

Shades of Hippie Pink #AC5459

Tints of Hippie Pink #AC5459

Color information

#AC5459 (or 0xAC5459) is unknown color: approx Hippie Pink. HEX triplet: AC, 54 and 59. RGB value is (172,84,89). Sum of RGB (Red+Green+Blue) = 172+84+89=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5459 is #53ABA6. Grayscale: #6E6E6E. Windows color (decimal): -5483431 or 5854380. OLE color: 5854380.

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

Color convert

RGB1728489-
CMYK00.510.480.33
HSL356.59º34.65%50.2%-
HSV(B)356.59º51.16%67.45%-
XYZ21.9915.8311.35-
YUV110.88115.65171.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 89 (35.16% from 255) = 25.80%
R=49.86%
G=24.35%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172848900.510.480.33356.5934.6550.2
HexAC545903330211652332
Octal25412413106360415454362
Binary10101100101010010110010110011110000100001101100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac5459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac5459; }

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

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

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

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

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

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

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

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