#AC5666

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

Shades of Blush #AC5666

Tints of Blush #AC5666

Color information

#AC5666 (or 0xAC5666) is unknown color: approx Blush. HEX triplet: AC, 56 and 66. RGB value is (172,86,102). Sum of RGB (Red+Green+Blue) = 172+86+102=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5666 is #53A999. Grayscale: #717171. Windows color (decimal): -5482906 or 6706860. OLE color: 6706860.

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

Color convert

RGB17286102-
CMYK00.50.410.33
HSL348.84º34.13%50.59%-
HSV(B)348.84º50%67.45%-
XYZ22.7416.3914.53-
YUV113.54121.49169.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=47.78%
G=23.89%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728610200.50.410.33348.8434.1350.59
HexAC5666032292115d2233
Octal25412614606251415354263
Binary10101100101011011001100110010101001100001101011101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5666; }

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

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

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

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

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

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

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

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