#AC5569

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

Shades of Blush #AC5569

Tints of Blush #AC5569

Color information

#AC5569 (or 0xAC5569) is unknown color: approx Blush. HEX triplet: AC, 55 and 69. RGB value is (172,85,105). Sum of RGB (Red+Green+Blue) = 172+85+105=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5569 is #53AA96. Grayscale: #717171. Windows color (decimal): -5483159 or 6903212. OLE color: 6903212.

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

Color convert

RGB17285105-
CMYK00.510.390.33
HSL346.21º34.39%50.39%-
HSV(B)346.21º50.58%67.45%-
XYZ22.8116.2915.31-
YUV113.29123.32169.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 105 (41.41% from 255) = 29.01%
R=47.51%
G=23.48%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728510500.510.390.33346.2134.3950.39
HexAC5569033272115a2232
Octal25412515106347415324262
Binary10101100101010111010010110011100111100001101011010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5569; }

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

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

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

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

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

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

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

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