#AC474A

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

Shades of Hippie Pink #AC474A

Tints of Hippie Pink #AC474A

Color information

#AC474A (or 0xAC474A) is unknown color: approx Hippie Pink. HEX triplet: AC, 47 and 4A. RGB value is (172,71,74). Sum of RGB (Red+Green+Blue) = 172+71+74=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC474A is #53B8B5. Grayscale: #656565. Windows color (decimal): -5486774 or 4868012. OLE color: 4868012.

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

Color convert

RGB1727174-
CMYK00.590.570.33
HSL358.22º41.56%47.65%-
HSV(B)358.22º58.72%67.45%-
XYZ20.513.778.06-
YUV101.54112.46178.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.26%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=54.26%
G=22.40%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172717400.590.570.33358.2241.5647.65
HexAC474A03B39211662a30
Octal25410711207371415465260
Binary10101100100011110010100111011111001100001101100110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC474A; }

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

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

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

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

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

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

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

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