#AC495C

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

Shades of Hippie Pink #AC495C

Tints of Hippie Pink #AC495C

Color information

#AC495C (or 0xAC495C) is unknown color: approx Hippie Pink. HEX triplet: AC, 49 and 5C. RGB value is (172,73,92). Sum of RGB (Red+Green+Blue) = 172+73+92=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC495C is #53B6A3. Grayscale: #686868. Windows color (decimal): -5486244 or 6048172. OLE color: 6048172.

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

Color convert

RGB1727392-
CMYK00.580.470.33
HSL348.48º40.41%48.04%-
HSV(B)348.48º57.56%67.45%-
XYZ21.3314.3111.76-
YUV104.77120.8175.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=51.04%
G=21.66%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172739200.580.470.33348.4840.4148.04
HexAC495C03A2F2115c2830
Octal25411113407257415345060
Binary10101100100100110111000111010101111100001101011100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC495C; }

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

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

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

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

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

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

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

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