#AC5D6C

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

Shades of Blush #AC5D6C

Tints of Blush #AC5D6C

Color information

#AC5D6C (or 0xAC5D6C) is unknown color: approx Blush. HEX triplet: AC, 5D and 6C. RGB value is (172,93,108). Sum of RGB (Red+Green+Blue) = 172+93+108=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D6C is #53A293. Grayscale: #767676. Windows color (decimal): -5481108 or 7101868. OLE color: 7101868.

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

Color convert

RGB17293108-
CMYK00.460.370.33
HSL348.61º32.24%51.96%-
HSV(B)348.61º45.93%67.45%-
XYZ23.6317.6816.35-
YUV118.33122.17166.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=46.11%
G=24.93%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729310800.460.370.33348.6132.2451.96
HexAC5D6C02E252115d2034
Octal25413515405645415354064
Binary10101100101110111011000101110100101100001101011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D6C; }

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

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

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

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

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

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

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

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