#AC5463

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

Shades of Blush #AC5463

Tints of Blush #AC5463

Color information

#AC5463 (or 0xAC5463) is unknown color: approx Blush. HEX triplet: AC, 54 and 63. RGB value is (172,84,99). Sum of RGB (Red+Green+Blue) = 172+84+99=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5463 is #53AB9C. Grayscale: #707070. Windows color (decimal): -5483421 or 6509740. OLE color: 6509740.

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

Color convert

RGB1728499-
CMYK00.510.420.33
HSL349.77º34.65%50.2%-
HSV(B)349.77º51.16%67.45%-
XYZ22.4416.0113.71-
YUV112.02120.65170.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.45%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 99 (39.06% from 255) = 27.89%
R=48.45%
G=23.66%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172849900.510.420.33349.7734.6550.2
HexAC54630332A2115e2332
Octal25412414306352415364362
Binary10101100101010011000110110011101010100001101011110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5463; }

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

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

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

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

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

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

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

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