#AC536B

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

Shades of Blush #AC536B

Tints of Blush #AC536B

Color information

#AC536B (or 0xAC536B) is unknown color: approx Blush. HEX triplet: AC, 53 and 6B. RGB value is (172,83,107). Sum of RGB (Red+Green+Blue) = 172+83+107=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC536B is #53AC94. Grayscale: #707070. Windows color (decimal): -5483669 or 7033772. OLE color: 7033772.

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

Color convert

RGB17283107-
CMYK00.520.380.33
HSL343.82º34.9%50%-
HSV(B)343.82º51.74%67.45%-
XYZ22.7616.0215.8-
YUV112.35124.99170.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 83 (32.81% from 255) = 22.93%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=47.51%
G=22.93%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728310700.520.380.33343.8234.950
HexAC536B03426211582332
Octal25412315306446415304362
Binary10101100101001111010110110100100110100001101011000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC536B; }

 p { color: rgb(172,83,107); }

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

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

 a { background-color: rgb(172,83,107); }

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

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

 span { border-color: rgb(172,83,107); }

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