#AC6064

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

Shades of Blush #AC6064

Tints of Blush #AC6064

Color information

#AC6064 (or 0xAC6064) is unknown color: approx Blush. HEX triplet: AC, 60 and 64. RGB value is (172,96,100). Sum of RGB (Red+Green+Blue) = 172+96+100=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6064 is #539F9B. Grayscale: #777777. Windows color (decimal): -5480348 or 6578348. OLE color: 6578348.

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

Color convert

RGB17296100-
CMYK00.440.420.33
HSL356.84º31.4%52.55%-
HSV(B)356.84º44.19%67.45%-
XYZ23.518.0614.3-
YUV119.18117.18165.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=46.74%
G=26.09%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729610000.440.420.33356.8431.452.55
HexAC606402C2A211651f35
Octal25414014405452415453765
Binary1010110011000001100100010110010101010000110110010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6064; }

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

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

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

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

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

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

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

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