#A9566F

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

Shades of Blush #A9566F

Tints of Blush #A9566F

Color information

#A9566F (or 0xA9566F) is unknown color: approx Blush. HEX triplet: A9, 56 and 6F. RGB value is (169,86,111). Sum of RGB (Red+Green+Blue) = 169+86+111=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A9566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9566F is #56A990. Grayscale: #717171. Windows color (decimal): -5679505 or 7296681. OLE color: 7296681.

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

Color convert

RGB16986111-
CMYK00.490.340.34
HSL341.93º32.55%50%-
HSV(B)341.93º49.11%66.27%-
XYZ22.5616.2416.98-
YUV113.67126.5167.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.17%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=46.17%
G=23.50%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698611100.490.340.34341.9332.5550
HexA9566F03122221562132
Octal25112615706142425264162
Binary10101001101011011011110110001100010100010101010110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9566F; }

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

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

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

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

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

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

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

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