#AC4452

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

Shades of Hippie Pink #AC4452

Tints of Hippie Pink #AC4452

Color information

#AC4452 (or 0xAC4452) is unknown color: approx Hippie Pink. HEX triplet: AC, 44 and 52. RGB value is (172,68,82). Sum of RGB (Red+Green+Blue) = 172+68+82=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4452 is #53BBAD. Grayscale: #646464. Windows color (decimal): -5487534 or 5391532. OLE color: 5391532.

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

Color convert

RGB1726882-
CMYK00.600.520.33
HSL351.92º43.33%47.06%-
HSV(B)351.92º60.47%67.45%-
XYZ20.613.519.51-
YUV100.69117.46178.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.42%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=53.42%
G=21.12%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172688200.600.520.33351.9243.3347.06
HexAC445203C34211602b2f
Octal25410412207464415405357
Binary10101100100010010100100111100110100100001101100000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4452; }

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

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

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

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

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

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

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

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