#AC5D69

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

Shades of Blush #AC5D69

Tints of Blush #AC5D69

Color information

#AC5D69 (or 0xAC5D69) is unknown color: approx Blush. HEX triplet: AC, 5D and 69. RGB value is (172,93,105). Sum of RGB (Red+Green+Blue) = 172+93+105=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D69 is #53A296. Grayscale: #767676. Windows color (decimal): -5481111 or 6905260. OLE color: 6905260.

HSL color Cylindrical-coordinate representation of color #AC5D69: hue angle of 350.89º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC5D69 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB17293105-
CMYK00.460.390.33
HSL350.89º32.24%51.96%-
HSV(B)350.89º45.93%67.45%-
XYZ23.4817.6215.53-
YUV117.99120.67166.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.49%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=46.49%
G=25.14%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729310500.460.390.33350.8932.2451.96
HexAC5D6902E272115f2034
Octal25413515105647415374064
Binary10101100101110111010010101110100111100001101011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D69; }

 p { color: rgb(172,93,105); }

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

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

 a { background-color: rgb(172,93,105); }

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

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

 span { border-color: rgb(172,93,105); }

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