#A7596B

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

Shades of Blush #A7596B

Tints of Blush #A7596B

Color information

#A7596B (or 0xA7596B) is unknown color: approx Blush. HEX triplet: A7, 59 and 6B. RGB value is (167,89,107). Sum of RGB (Red+Green+Blue) = 167+89+107=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A7596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7596B is #58A694. Grayscale: #727272. Windows color (decimal): -5809813 or 7035303. OLE color: 7035303.

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

Color convert

RGB16789107-
CMYK00.470.360.35
HSL346.15º30.71%50.2%-
HSV(B)346.15º46.71%65.49%-
XYZ22.1616.4215.91-
YUV114.37123.84165.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=46.01%
G=24.52%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678910700.470.360.35346.1530.7150.2
HexA7596B02F242315a1f32
Octal24713115305744435323762
Binary1010011110110011101011010111110010010001110101101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7596B; }

 p { color: rgb(167,89,107); }

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

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

 a { background-color: rgb(167,89,107); }

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

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

 span { border-color: rgb(167,89,107); }

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