#AC5366

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

Shades of Blush #AC5366

Tints of Blush #AC5366

Color information

#AC5366 (or 0xAC5366) is unknown color: approx Blush. HEX triplet: AC, 53 and 66. RGB value is (172,83,102). Sum of RGB (Red+Green+Blue) = 172+83+102=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5366 is #53AC99. Grayscale: #6F6F6F. Windows color (decimal): -5483674 or 6706092. OLE color: 6706092.

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

Color convert

RGB17283102-
CMYK00.520.410.33
HSL347.19º34.9%50%-
HSV(B)347.19º51.74%67.45%-
XYZ22.515.9214.46-
YUV111.78122.49170.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=48.18%
G=23.25%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728310200.520.410.33347.1934.950
HexAC5366034292115b2332
Octal25412314606451415334362
Binary10101100101001111001100110100101001100001101011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5366; }

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

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

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

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

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

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

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

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