#AC4748

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

Shades of Hippie Pink #AC4748

Tints of Hippie Pink #AC4748

Color information

#AC4748 (or 0xAC4748) is unknown color: approx Hippie Pink. HEX triplet: AC, 47 and 48. RGB value is (172,71,72). Sum of RGB (Red+Green+Blue) = 172+71+72=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4748 is #53B8B7. Grayscale: #656565. Windows color (decimal): -5486776 or 4736940. OLE color: 4736940.

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

Color convert

RGB1727172-
CMYK00.590.580.33
HSL359.41º41.56%47.65%-
HSV(B)359.41º58.72%67.45%-
XYZ20.4413.757.71-
YUV101.31111.46178.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.60%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=54.60%
G=22.54%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172717200.590.580.33359.4141.5647.65
HexAC474803B3A211672a30
Octal25410711007372415475260
Binary10101100100011110010000111011111010100001101100111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4748; }

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

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

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

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

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

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

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

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