#A8586D

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

Shades of Blush #A8586D

Tints of Blush #A8586D

Color information

#A8586D (or 0xA8586D) is unknown color: approx Blush. HEX triplet: A8, 58 and 6D. RGB value is (168,88,109). Sum of RGB (Red+Green+Blue) = 168+88+109=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8586D is #57A792. Grayscale: #727272. Windows color (decimal): -5744531 or 7166120. OLE color: 7166120.

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

Color convert

RGB16888109-
CMYK00.480.350.34
HSL344.25º31.5%50.2%-
HSV(B)344.25º47.62%65.88%-
XYZ22.416.4116.45-
YUV114.31125166.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 109 (42.97% from 255) = 29.86%
R=46.03%
G=24.11%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688810900.480.350.34344.2531.550.2
HexA8586D03023221581f32
Octal25013015506043425303762
Binary1010100010110001101101011000010001110001010101100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8586D; }

 p { color: rgb(168,88,109); }

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

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

 a { background-color: rgb(168,88,109); }

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

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

 span { border-color: rgb(168,88,109); }

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