#AC5863

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

Shades of Blush #AC5863

Tints of Blush #AC5863

Color information

#AC5863 (or 0xAC5863) is unknown color: approx Blush. HEX triplet: AC, 58 and 63. RGB value is (172,88,99). Sum of RGB (Red+Green+Blue) = 172+88+99=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5863 is #53A79C. Grayscale: #727272. Windows color (decimal): -5482397 or 6510764. OLE color: 6510764.

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

Color convert

RGB1728899-
CMYK00.490.420.33
HSL352.14º33.6%50.98%-
HSV(B)352.14º48.84%67.45%-
XYZ22.7616.6513.82-
YUV114.37119.33169.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 99 (39.06% from 255) = 27.58%
R=47.91%
G=24.51%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172889900.490.420.33352.1433.650.98
HexAC58630312A211602233
Octal25413014306152415404263
Binary10101100101100011000110110001101010100001101100000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5863; }

 p { color: rgb(172,88,99); }

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

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

 a { background-color: rgb(172,88,99); }

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

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

 span { border-color: rgb(172,88,99); }

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