#A8596F

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

Shades of Blush #A8596F

Tints of Blush #A8596F

Color information

#A8596F (or 0xA8596F) is unknown color: approx Blush. HEX triplet: A8, 59 and 6F. RGB value is (168,89,111). Sum of RGB (Red+Green+Blue) = 168+89+111=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A8596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8596F is #57A690. Grayscale: #737373. Windows color (decimal): -5744273 or 7297448. OLE color: 7297448.

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

Color convert

RGB16889111-
CMYK00.470.340.34
HSL343.29º31.23%50.39%-
HSV(B)343.29º47.02%65.88%-
XYZ22.5916.6217.06-
YUV115.13125.67165.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.65%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=45.65%
G=24.18%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688911100.470.340.34343.2931.2350.39
HexA8596F02F22221571f32
Octal25013115705742425273762
Binary1010100010110011101111010111110001010001010101011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8596F; }

 p { color: rgb(168,89,111); }

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

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

 a { background-color: rgb(168,89,111); }

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

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

 span { border-color: rgb(168,89,111); }

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