#A9556D

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

Shades of Blush #A9556D

Tints of Blush #A9556D

Color information

#A9556D (or 0xA9556D) is unknown color: approx Blush. HEX triplet: A9, 55 and 6D. RGB value is (169,85,109). Sum of RGB (Red+Green+Blue) = 169+85+109=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9556D is #56AA92. Grayscale: #707070. Windows color (decimal): -5679763 or 7165353. OLE color: 7165353.

HSL color Cylindrical-coordinate representation of color #A9556D: hue angle of 342.86º 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 #A9556D is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16985109-
CMYK00.500.360.34
HSL342.86º33.07%49.8%-
HSV(B)342.86º49.7%66.27%-
XYZ22.3716.0416.38-
YUV112.85125.83168.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=46.56%
G=23.42%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698510900.500.360.34342.8633.0749.8
HexA9556D03224221572132
Octal25112515506244425274162
Binary10101001101010111011010110010100100100010101010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9556D; }

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

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

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

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

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

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

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

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