#AC5E6C

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

Shades of Blush #AC5E6C

Tints of Blush #AC5E6C

Color information

#AC5E6C (or 0xAC5E6C) is unknown color: approx Blush. HEX triplet: AC, 5E and 6C. RGB value is (172,94,108). Sum of RGB (Red+Green+Blue) = 172+94+108=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E6C is #53A193. Grayscale: #767676. Windows color (decimal): -5480852 or 7102124. OLE color: 7102124.

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

Color convert

RGB17294108-
CMYK00.450.370.33
HSL349.23º31.97%52.16%-
HSV(B)349.23º45.35%67.45%-
XYZ23.7217.8616.38-
YUV118.92121.84165.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 94 (37.11% from 255) = 25.13%
BLUE value IS 108 (42.58% from 255) = 28.88%
R=45.99%
G=25.13%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729410800.450.370.33349.2331.9752.16
HexAC5E6C02D252115d2034
Octal25413615405545415354064
Binary10101100101111011011000101101100101100001101011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5E6C; }

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

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

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

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

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

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

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

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