#AC526E

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

Shades of Blush #AC526E

Tints of Blush #AC526E

Color information

#AC526E (or 0xAC526E) is unknown color: approx Blush. HEX triplet: AC, 52 and 6E. RGB value is (172,82,110). Sum of RGB (Red+Green+Blue) = 172+82+110=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC526E is #53AD91. Grayscale: #707070. Windows color (decimal): -5483922 or 7230124. OLE color: 7230124.

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

Color convert

RGB17282110-
CMYK00.520.360.33
HSL341.33º35.43%49.8%-
HSV(B)341.33º52.33%67.45%-
XYZ22.8515.9316.62-
YUV112.1126.82170.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=47.25%
G=22.53%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728211000.520.360.33341.3335.4349.8
HexAC526E03424211552332
Octal25412215606444415254362
Binary10101100101001011011100110100100100100001101010101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC526E; }

 p { color: rgb(172,82,110); }

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

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

 a { background-color: rgb(172,82,110); }

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

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

 span { border-color: rgb(172,82,110); }

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