#AC4D66

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

Shades of Blush #AC4D66

Tints of Blush #AC4D66

Color information

#AC4D66 (or 0xAC4D66) is unknown color: approx Blush. HEX triplet: AC, 4D and 66. RGB value is (172,77,102). Sum of RGB (Red+Green+Blue) = 172+77+102=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D66 is #53B299. Grayscale: #6C6C6C. Windows color (decimal): -5485210 or 6704556. OLE color: 6704556.

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

Color convert

RGB17277102-
CMYK00.550.410.33
HSL344.21º38.15%48.82%-
HSV(B)344.21º55.23%67.45%-
XYZ22.0715.0414.31-
YUV108.26124.47173.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=49.00%
G=21.94%
B=29.06%

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
Decimal1727710200.550.410.33344.2138.1548.82
HexAC4D6603729211582631
Octal25411514606751415304661
Binary10101100100110111001100110111101001100001101011000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4D66; }

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

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

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

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

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

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

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

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