#AC5B6C

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

Shades of Blush #AC5B6C

Tints of Blush #AC5B6C

Color information

#AC5B6C (or 0xAC5B6C) is unknown color: approx Blush. HEX triplet: AC, 5B and 6C. RGB value is (172,91,108). Sum of RGB (Red+Green+Blue) = 172+91+108=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5B6C is #53A493. Grayscale: #757575. Windows color (decimal): -5481620 or 7101356. OLE color: 7101356.

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

Color convert

RGB17291108-
CMYK00.470.370.33
HSL347.41º32.79%51.57%-
HSV(B)347.41º47.09%67.45%-
XYZ23.4617.3416.3-
YUV117.16122.84167.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=46.36%
G=24.53%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729110800.470.370.33347.4132.7951.57
HexAC5B6C02F252115b2134
Octal25413315405745415334164
Binary10101100101101111011000101111100101100001101011011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5B6C; }

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

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

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

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

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

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

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

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