#A5596F

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

Shades of Blush #A5596F

Tints of Blush #A5596F

Color information

#A5596F (or 0xA5596F) is unknown color: approx Blush. HEX triplet: A5, 59 and 6F. RGB value is (165,89,111). Sum of RGB (Red+Green+Blue) = 165+89+111=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A5596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5596F is #5AA690. Grayscale: #727272. Windows color (decimal): -5940881 or 7297445. OLE color: 7297445.

HSL color Cylindrical-coordinate representation of color #A5596F: hue angle of 342.63º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5596F is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16589111-
CMYK00.460.330.35
HSL342.63º29.92%49.8%-
HSV(B)342.63º46.06%64.71%-
XYZ21.9616.2917.03-
YUV114.23126.18164.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=45.21%
G=24.38%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658911100.460.330.35342.6329.9249.8
HexA5596F02E21231571e32
Octal24513115705641435273662
Binary1010010110110011101111010111010000110001110101011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5596F; }

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

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

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

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

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

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

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

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