#A8566B

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

Shades of Blush #A8566B

Tints of Blush #A8566B

Color information

#A8566B (or 0xA8566B) is unknown color: approx Blush. HEX triplet: A8, 56 and 6B. RGB value is (168,86,107). Sum of RGB (Red+Green+Blue) = 168+86+107=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8566B is #57A994. Grayscale: #707070. Windows color (decimal): -5745045 or 7034536. OLE color: 7034536.

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

Color convert

RGB16886107-
CMYK00.490.360.34
HSL344.63º32.28%49.8%-
HSV(B)344.63º48.81%65.88%-
XYZ22.1316.0415.84-
YUV112.91124.67167.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.54%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=46.54%
G=23.82%
B=29.64%

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
Decimal1688610700.490.360.34344.6332.2849.8
HexA8566B03124221592032
Octal25012615306144425314062
Binary10101000101011011010110110001100100100010101011001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8566B; }

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

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

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

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

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

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

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

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