#A9596E

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

Shades of Blush #A9596E

Tints of Blush #A9596E

Color information

#A9596E (or 0xA9596E) is unknown color: approx Blush. HEX triplet: A9, 59 and 6E. RGB value is (169,89,110). Sum of RGB (Red+Green+Blue) = 169+89+110=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A9596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9596E is #56A691. Grayscale: #737373. Windows color (decimal): -5678738 or 7231913. OLE color: 7231913.

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

Color convert

RGB16989110-
CMYK00.470.350.34
HSL344.25º31.75%50.59%-
HSV(B)344.25º47.34%66.27%-
XYZ22.7516.7116.78-
YUV115.31125166.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=45.92%
G=24.18%
B=29.89%

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
Decimal1698911000.470.350.34344.2531.7550.59
HexA9596E02F23221582033
Octal25113115605743425304063
Binary10101001101100111011100101111100011100010101011000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9596E; }

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

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

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

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

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

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

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

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