#A7566C

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

Shades of Blush #A7566C

Tints of Blush #A7566C

Color information

#A7566C (or 0xA7566C) is unknown color: approx Blush. HEX triplet: A7, 56 and 6C. RGB value is (167,86,108). Sum of RGB (Red+Green+Blue) = 167+86+108=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A7566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7566C is #58A993. Grayscale: #707070. Windows color (decimal): -5810580 or 7100071. OLE color: 7100071.

HSL color Cylindrical-coordinate representation of color #A7566C: hue angle of 343.7º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7566C is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16786108-
CMYK00.490.350.35
HSL343.7º32.02%49.61%-
HSV(B)343.7º48.5%65.49%-
XYZ21.9715.9516.11-
YUV112.73125.34166.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=46.26%
G=23.82%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678610800.490.350.35343.732.0249.61
HexA7566C03123231582032
Octal24712615406143435304062
Binary10100111101011011011000110001100011100011101011000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7566C; }

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

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

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

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

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

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

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

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