#AC4454

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

Shades of Hippie Pink #AC4454

Tints of Hippie Pink #AC4454

Color information

#AC4454 (or 0xAC4454) is unknown color: approx Hippie Pink. HEX triplet: AC, 44 and 54. RGB value is (172,68,84). Sum of RGB (Red+Green+Blue) = 172+68+84=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4454 is #53BBAB. Grayscale: #646464. Windows color (decimal): -5487532 or 5522604. OLE color: 5522604.

HSL color Cylindrical-coordinate representation of color #AC4454: hue angle of 350.77º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4454 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1726884-
CMYK00.600.510.33
HSL350.77º43.33%47.06%-
HSV(B)350.77º60.47%67.45%-
XYZ20.6813.549.91-
YUV100.92118.46178.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.09%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 84 (33.20% from 255) = 25.93%
R=53.09%
G=20.99%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172688400.600.510.33350.7743.3347.06
HexAC445403C332115f2b2f
Octal25410412407463415375357
Binary10101100100010010101000111100110011100001101011111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4454; }

 p { color: rgb(172,68,84); }

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

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

 a { background-color: rgb(172,68,84); }

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

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

 span { border-color: rgb(172,68,84); }

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