#A8596E

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

Shades of Blush #A8596E

Tints of Blush #A8596E

Color information

#A8596E (or 0xA8596E) is unknown color: approx Blush. HEX triplet: A8, 59 and 6E. RGB value is (168,89,110). Sum of RGB (Red+Green+Blue) = 168+89+110=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A8596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8596E is #57A691. Grayscale: #737373. Windows color (decimal): -5744274 or 7231912. OLE color: 7231912.

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

Color convert

RGB16889110-
CMYK00.470.350.34
HSL344.05º31.23%50.39%-
HSV(B)344.05º47.02%65.88%-
XYZ22.5416.616.77-
YUV115.02125.17165.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.78%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=45.78%
G=24.25%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688911000.470.350.34344.0531.2350.39
HexA8596E02F23221581f32
Octal25013115605743425303762
Binary1010100010110011101110010111110001110001010101100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8596E; }

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

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

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

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

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

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

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

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