#A8596A

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

Shades of Blush #A8596A

Tints of Blush #A8596A

Color information

#A8596A (or 0xA8596A) is unknown color: approx Blush. HEX triplet: A8, 59 and 6A. RGB value is (168,89,106). Sum of RGB (Red+Green+Blue) = 168+89+106=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8596A is #57A695. Grayscale: #727272. Windows color (decimal): -5744278 or 6969768. OLE color: 6969768.

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

Color convert

RGB16889106-
CMYK00.470.370.34
HSL347.09º31.23%50.39%-
HSV(B)347.09º47.02%65.88%-
XYZ22.3216.5115.65-
YUV114.56123.17166.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=46.28%
G=24.52%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688910600.470.370.34347.0931.2350.39
HexA8596A02F252215b1f32
Octal25013115205745425333762
Binary1010100010110011101010010111110010110001010101101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8596A; }

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

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

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

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

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

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

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

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