#AC494A

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

Shades of Hippie Pink #AC494A

Tints of Hippie Pink #AC494A

Color information

#AC494A (or 0xAC494A) is unknown color: approx Hippie Pink. HEX triplet: AC, 49 and 4A. RGB value is (172,73,74). Sum of RGB (Red+Green+Blue) = 172+73+74=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC494A is #53B6B5. Grayscale: #666666. Windows color (decimal): -5486262 or 4868524. OLE color: 4868524.

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

Color convert

RGB1727374-
CMYK00.580.570.33
HSL359.39º40.41%48.04%-
HSV(B)359.39º57.56%67.45%-
XYZ20.6314.038.1-
YUV102.72111.8177.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 73 (28.91% from 255) = 22.88%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=53.92%
G=22.88%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172737400.580.570.33359.3940.4148.04
HexAC494A03A39211672830
Octal25411111207271415475060
Binary10101100100100110010100111010111001100001101100111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC494A; }

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

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

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

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

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

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

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

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