#A9566C

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

Shades of Blush #A9566C

Tints of Blush #A9566C

Color information

#A9566C (or 0xA9566C) is unknown color: approx Blush. HEX triplet: A9, 56 and 6C. RGB value is (169,86,108). Sum of RGB (Red+Green+Blue) = 169+86+108=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9566C is #56A993. Grayscale: #717171. Windows color (decimal): -5679508 or 7100073. OLE color: 7100073.

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

Color convert

RGB16986108-
CMYK00.490.360.34
HSL344.1º32.55%50%-
HSV(B)344.1º49.11%66.27%-
XYZ22.416.1716.13-
YUV113.32125167.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=46.56%
G=23.69%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698610800.490.360.34344.132.5550
HexA9566C03124221582132
Octal25112615406144425304162
Binary10101001101011011011000110001100100100010101011000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9566C; }

 p { color: rgb(169,86,108); }

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

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

 a { background-color: rgb(169,86,108); }

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

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

 span { border-color: rgb(169,86,108); }

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