#AC585C

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

Shades of Hippie Pink #AC585C

Tints of Hippie Pink #AC585C

Color information

#AC585C (or 0xAC585C) is unknown color: approx Hippie Pink. HEX triplet: AC, 58 and 5C. RGB value is (172,88,92). Sum of RGB (Red+Green+Blue) = 172+88+92=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC585C is #53A7A3. Grayscale: #717171. Windows color (decimal): -5482404 or 6052012. OLE color: 6052012.

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

Color convert

RGB1728892-
CMYK00.490.470.33
HSL357.14º33.6%50.98%-
HSV(B)357.14º48.84%67.45%-
XYZ22.4316.5212.13-
YUV113.57115.83169.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=48.86%
G=25%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172889200.490.470.33357.1433.650.98
HexAC585C0312F211652233
Octal25413013406157415454263
Binary10101100101100010111000110001101111100001101100101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC585C; }

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

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

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

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

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

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

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

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