#AC546C

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

Shades of Blush #AC546C

Tints of Blush #AC546C

Color information

#AC546C (or 0xAC546C) is unknown color: approx Blush. HEX triplet: AC, 54 and 6C. RGB value is (172,84,108). Sum of RGB (Red+Green+Blue) = 172+84+108=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC546C is #53AB93. Grayscale: #717171. Windows color (decimal): -5483412 or 7099564. OLE color: 7099564.

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

Color convert

RGB17284108-
CMYK00.510.370.33
HSL343.64º34.65%50.2%-
HSV(B)343.64º51.16%67.45%-
XYZ22.8916.1916.11-
YUV113.05125.15170.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=47.25%
G=23.08%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728410800.510.370.33343.6434.6550.2
HexAC546C03325211582332
Octal25412415406345415304362
Binary10101100101010011011000110011100101100001101011000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC546C; }

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

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

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

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

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

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

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

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