#AC5A64

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

Shades of Blush #AC5A64

Tints of Blush #AC5A64

Color information

#AC5A64 (or 0xAC5A64) is unknown color: approx Blush. HEX triplet: AC, 5A and 64. RGB value is (172,90,100). Sum of RGB (Red+Green+Blue) = 172+90+100=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A64 is #53A59B. Grayscale: #737373. Windows color (decimal): -5481884 or 6576812. OLE color: 6576812.

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

Color convert

RGB17290100-
CMYK00.480.420.33
HSL352.68º33.06%51.37%-
HSV(B)352.68º47.67%67.45%-
XYZ22.971714.13-
YUV115.66119.17168.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 90 (35.55% from 255) = 24.86%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=47.51%
G=24.86%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729010000.480.420.33352.6833.0651.37
HexAC5A640302A211612133
Octal25413214406052415414163
Binary10101100101101011001000110000101010100001101100001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A64; }

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

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

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

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

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

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

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

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