#AC4B59

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

Shades of Hippie Pink #AC4B59

Tints of Hippie Pink #AC4B59

Color information

#AC4B59 (or 0xAC4B59) is unknown color: approx Hippie Pink. HEX triplet: AC, 4B and 59. RGB value is (172,75,89). Sum of RGB (Red+Green+Blue) = 172+75+89=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4B59 is #53B4A6. Grayscale: #696969. Windows color (decimal): -5485735 or 5852076. OLE color: 5852076.

HSL color Cylindrical-coordinate representation of color #AC4B59: hue angle of 351.34º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4B59 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1727589-
CMYK00.560.480.33
HSL351.34º39.27%48.43%-
HSV(B)351.34º56.4%67.45%-
XYZ21.3314.5211.13-
YUV105.6118.64175.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 75 (29.69% from 255) = 22.32%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=51.19%
G=22.32%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172758900.560.480.33351.3439.2748.43
HexAC4B59038302115f2730
Octal25411313107060415374760
Binary10101100100101110110010111000110000100001101011111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B59; }

 p { color: rgb(172,75,89); }

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

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

 a { background-color: rgb(172,75,89); }

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

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

 span { border-color: rgb(172,75,89); }

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