#AC575F

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

Shades of Hippie Pink #AC575F

Tints of Hippie Pink #AC575F

Color information

#AC575F (or 0xAC575F) is unknown color: approx Hippie Pink. HEX triplet: AC, 57 and 5F. RGB value is (172,87,95). Sum of RGB (Red+Green+Blue) = 172+87+95=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC575F is #53A8A0. Grayscale: #717171. Windows color (decimal): -5482657 or 6248364. OLE color: 6248364.

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

Color convert

RGB1728795-
CMYK00.490.450.33
HSL354.35º33.86%50.78%-
HSV(B)354.35º49.42%67.45%-
XYZ22.4916.4112.81-
YUV113.33117.66169.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 95 (37.5% from 255) = 26.84%
R=48.59%
G=24.58%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172879500.490.450.33354.3533.8650.78
HexAC575F0312D211622233
Octal25412713706155415424263
Binary10101100101011110111110110001101101100001101100010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC575F; }

 p { color: rgb(172,87,95); }

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

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

 a { background-color: rgb(172,87,95); }

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

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

 span { border-color: rgb(172,87,95); }

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