#A75566

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

Shades of Blush #A75566

Tints of Blush #A75566

Color information

#A75566 (or 0xA75566) is unknown color: approx Blush. HEX triplet: A7, 55 and 66. RGB value is (167,85,102). Sum of RGB (Red+Green+Blue) = 167+85+102=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A75566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75566 is #58AA99. Grayscale: #6F6F6F. Windows color (decimal): -5810842 or 6706599. OLE color: 6706599.

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

Color convert

RGB16785102-
CMYK00.490.390.35
HSL347.56º32.54%49.41%-
HSV(B)347.56º49.1%65.49%-
XYZ21.5815.6714.46-
YUV111.46122.67167.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.18%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=47.18%
G=24.01%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678510200.490.390.35347.5632.5449.41
HexA75566031272315c2131
Octal24712514606147435344161
Binary10100111101010111001100110001100111100011101011100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75566; }

 p { color: rgb(167,85,102); }

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

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

 a { background-color: rgb(167,85,102); }

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

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

 span { border-color: rgb(167,85,102); }

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