#A9556E

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

Shades of Blush #A9556E

Tints of Blush #A9556E

Color information

#A9556E (or 0xA9556E) is unknown color: approx Blush. HEX triplet: A9, 55 and 6E. RGB value is (169,85,110). Sum of RGB (Red+Green+Blue) = 169+85+110=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A9556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9556E is #56AA91. Grayscale: #707070. Windows color (decimal): -5679762 or 7230889. OLE color: 7230889.

HSL color Cylindrical-coordinate representation of color #A9556E: hue angle of 342.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9556E is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB16985110-
CMYK00.500.350.34
HSL342.14º33.07%49.8%-
HSV(B)342.14º49.7%66.27%-
XYZ22.4316.0616.67-
YUV112.97126.33167.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=46.43%
G=23.35%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698511000.500.350.34342.1433.0749.8
HexA9556E03223221562132
Octal25112515606243425264162
Binary10101001101010111011100110010100011100010101010110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9556E; }

 p { color: rgb(169,85,110); }

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

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

 a { background-color: rgb(169,85,110); }

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

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

 span { border-color: rgb(169,85,110); }

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