#AC5D6D

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

Shades of Blush #AC5D6D

Tints of Blush #AC5D6D

Color information

#AC5D6D (or 0xAC5D6D) is unknown color: approx Blush. HEX triplet: AC, 5D and 6D. RGB value is (172,93,109). Sum of RGB (Red+Green+Blue) = 172+93+109=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D6D is #53A292. Grayscale: #767676. Windows color (decimal): -5481107 or 7167404. OLE color: 7167404.

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

Color convert

RGB17293109-
CMYK00.460.370.33
HSL347.85º32.24%51.96%-
HSV(B)347.85º45.93%67.45%-
XYZ23.6917.716.64-
YUV118.44122.67166.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=45.99%
G=24.87%
B=29.14%

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
Decimal1729310900.460.370.33347.8532.2451.96
HexAC5D6D02E252115c2034
Octal25413515505645415344064
Binary10101100101110111011010101110100101100001101011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D6D; }

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

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

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

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

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

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

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

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