#AC4E66

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

Shades of Blush #AC4E66

Tints of Blush #AC4E66

Color information

#AC4E66 (or 0xAC4E66) is unknown color: approx Blush. HEX triplet: AC, 4E and 66. RGB value is (172,78,102). Sum of RGB (Red+Green+Blue) = 172+78+102=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E66 is #53B199. Grayscale: #6C6C6C. Windows color (decimal): -5484954 or 6704812. OLE color: 6704812.

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

Color convert

RGB17278102-
CMYK00.550.410.33
HSL344.68º37.6%49.02%-
HSV(B)344.68º54.65%67.45%-
XYZ22.1415.1814.33-
YUV108.84124.14173.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 102 (40.23% from 255) = 28.98%
R=48.86%
G=22.16%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727810200.550.410.33344.6837.649.02
HexAC4E6603729211592631
Octal25411614606751415314661
Binary10101100100111011001100110111101001100001101011001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4E66; }

 p { color: rgb(172,78,102); }

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

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

 a { background-color: rgb(172,78,102); }

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

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

 span { border-color: rgb(172,78,102); }

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