#A7566B

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

Shades of Blush #A7566B

Tints of Blush #A7566B

Color information

#A7566B (or 0xA7566B) is unknown color: approx Blush. HEX triplet: A7, 56 and 6B. RGB value is (167,86,107). Sum of RGB (Red+Green+Blue) = 167+86+107=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A7566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7566B is #58A994. Grayscale: #707070. Windows color (decimal): -5810581 or 7034535. OLE color: 7034535.

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

Color convert

RGB16786107-
CMYK00.490.360.35
HSL344.44º32.02%49.61%-
HSV(B)344.44º48.5%65.49%-
XYZ21.9215.9315.83-
YUV112.61124.84166.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=46.39%
G=23.89%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678610700.490.360.35344.4432.0249.61
HexA7566B03124231582032
Octal24712615306144435304062
Binary10100111101011011010110110001100100100011101011000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7566B; }

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

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

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

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

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

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

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

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