#ac4358

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

Shades of Hippie Pink #AC4358

Tints of Hippie Pink #AC4358

Color information

#AC4358 (or 0xAC4358) is unknown color: approx Hippie Pink. HEX triplet: AC, 43 and 58. RGB value is (172,67,88). Sum of RGB (Red+Green+Blue) = 172+67+88=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4358 is #53BCA7. Grayscale: #646464. Windows color (decimal): -5487784 or 5784492. OLE color: 5784492.

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

Color convert

RGB1726788-
CMYK00.610.490.33
HSL348º43.93%46.86%-
HSV(B)348º61.05%67.45%-
XYZ20.7813.4910.74-
YUV100.79120.79178.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.60%
GREEN value IS 67 (26.56% from 255) = 20.49%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=52.60%
G=20.49%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172678800.610.490.3334843.9346.86
HexAC435803D312115c2c2f
Octal25410313007561415345457
Binary10101100100001110110000111101110001100001101011100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac4358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac4358; }

 p { color: rgb(172,67,88); }

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

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

 a { background-color: rgb(172,67,88); }

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

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

 span { border-color: rgb(172,67,88); }

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