#AC5D66

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

Shades of Blush #AC5D66

Tints of Blush #AC5D66

Color information

#AC5D66 (or 0xAC5D66) is unknown color: approx Blush. HEX triplet: AC, 5D and 66. RGB value is (172,93,102). Sum of RGB (Red+Green+Blue) = 172+93+102=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D66 is #53A299. Grayscale: #757575. Windows color (decimal): -5481114 or 6708652. OLE color: 6708652.

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

Color convert

RGB17293102-
CMYK00.460.410.33
HSL353.16º32.24%51.96%-
HSV(B)353.16º45.93%67.45%-
XYZ23.3317.5614.73-
YUV117.65119.17166.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 102 (40.23% from 255) = 27.79%
R=46.87%
G=25.34%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729310200.460.410.33353.1632.2451.96
HexAC5D6602E29211612034
Octal25413514605651415414064
Binary10101100101110111001100101110101001100001101100001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D66; }

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

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

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

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

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

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

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

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