#AC5464

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

Shades of Blush #AC5464

Tints of Blush #AC5464

Color information

#AC5464 (or 0xAC5464) is unknown color: approx Blush. HEX triplet: AC, 54 and 64. RGB value is (172,84,100). Sum of RGB (Red+Green+Blue) = 172+84+100=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5464 is #53AB9B. Grayscale: #707070. Windows color (decimal): -5483420 or 6575276. OLE color: 6575276.

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

Color convert

RGB17284100-
CMYK00.510.420.33
HSL349.09º34.65%50.2%-
HSV(B)349.09º51.16%67.45%-
XYZ22.4816.0313.97-
YUV112.14121.15170.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.31%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=48.31%
G=23.60%
B=28.09%

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
Decimal1728410000.510.420.33349.0934.6550.2
HexAC54640332A2115d2332
Octal25412414406352415354362
Binary10101100101010011001000110011101010100001101011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5464; }

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

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

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

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

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

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

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

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