#AC4F50

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

Shades of Hippie Pink #AC4F50

Tints of Hippie Pink #AC4F50

Color information

#AC4F50 (or 0xAC4F50) is unknown color: approx Hippie Pink. HEX triplet: AC, 4F and 50. RGB value is (172,79,80). Sum of RGB (Red+Green+Blue) = 172+79+80=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4F50 is #53B0AF. Grayscale: #6B6B6B. Windows color (decimal): -5484720 or 5263276. OLE color: 5263276.

HSL color Cylindrical-coordinate representation of color #AC4F50: hue angle of 359.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC4F50 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB1727980-
CMYK00.540.530.33
HSL359.35º37.05%49.22%-
HSV(B)359.35º54.07%67.45%-
XYZ21.2614.949.35-
YUV106.92112.81174.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=51.96%
G=23.87%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172798000.540.530.33359.3537.0549.22
HexAC4F5003635211672531
Octal25411712006665415474561
Binary10101100100111110100000110110110101100001101100111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F50; }

 p { color: rgb(172,79,80); }

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

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

 a { background-color: rgb(172,79,80); }

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

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

 span { border-color: rgb(172,79,80); }

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