#AC4857

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

Shades of Hippie Pink #AC4857

Tints of Hippie Pink #AC4857

Color information

#AC4857 (or 0xAC4857) is unknown color: approx Hippie Pink. HEX triplet: AC, 48 and 57. RGB value is (172,72,87). Sum of RGB (Red+Green+Blue) = 172+72+87=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4857 is #53B7A8. Grayscale: #676767. Windows color (decimal): -5486505 or 5720236. OLE color: 5720236.

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

Color convert

RGB1727287-
CMYK00.580.490.33
HSL351º40.98%47.84%-
HSV(B)351º58.14%67.45%-
XYZ21.0514.0910.63-
YUV103.61118.63176.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 87 (34.38% from 255) = 26.28%
R=51.96%
G=21.75%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172728700.580.490.3335140.9847.84
HexAC485703A312115f2930
Octal25411012707261415375160
Binary10101100100100010101110111010110001100001101011111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4857; }

 p { color: rgb(172,72,87); }

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

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

 a { background-color: rgb(172,72,87); }

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

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

 span { border-color: rgb(172,72,87); }

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