#AC495B

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

Shades of Hippie Pink #AC495B

Tints of Hippie Pink #AC495B

Color information

#AC495B (or 0xAC495B) is unknown color: approx Hippie Pink. HEX triplet: AC, 49 and 5B. RGB value is (172,73,91). Sum of RGB (Red+Green+Blue) = 172+73+91=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC495B is #53B6A4. Grayscale: #686868. Windows color (decimal): -5486245 or 5982636. OLE color: 5982636.

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

Color convert

RGB1727391-
CMYK00.580.470.33
HSL349.09º40.41%48.04%-
HSV(B)349.09º57.56%67.45%-
XYZ21.2814.2911.53-
YUV104.65120.3176.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=51.19%
G=21.73%
B=27.08%

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
Decimal172739100.580.470.33349.0940.4148.04
HexAC495B03A2F2115d2830
Octal25411113307257415355060
Binary10101100100100110110110111010101111100001101011101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC495B; }

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

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

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

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

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

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

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

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