#A75665

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

Shades of Blush #A75665

Tints of Blush #A75665

Color information

#A75665 (or 0xA75665) is unknown color: approx Blush. HEX triplet: A7, 56 and 65. RGB value is (167,86,101). Sum of RGB (Red+Green+Blue) = 167+86+101=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A75665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75665 is #58A99A. Grayscale: #6F6F6F. Windows color (decimal): -5810587 or 6641319. OLE color: 6641319.

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

Color convert

RGB16786101-
CMYK00.490.400.35
HSL348.89º32.02%49.61%-
HSV(B)348.89º48.5%65.49%-
XYZ21.6115.8114.22-
YUV111.93121.84167.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.18%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 101 (39.84% from 255) = 28.53%
R=47.18%
G=24.29%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678610100.490.400.35348.8932.0249.61
HexA75665031282315d2032
Octal24712614506150435354062
Binary10100111101011011001010110001101000100011101011101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75665; }

 p { color: rgb(167,86,101); }

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

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

 a { background-color: rgb(167,86,101); }

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

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

 span { border-color: rgb(167,86,101); }

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