#A75565

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

Shades of Blush #A75565

Tints of Blush #A75565

Color information

#A75565 (or 0xA75565) is unknown color: approx Blush. HEX triplet: A7, 55 and 65. RGB value is (167,85,101). Sum of RGB (Red+Green+Blue) = 167+85+101=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A75565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75565 is #58AA9A. Grayscale: #6F6F6F. Windows color (decimal): -5810843 or 6641063. OLE color: 6641063.

HSL color Cylindrical-coordinate representation of color #A75565: hue angle of 348.29º 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 #A75565 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16785101-
CMYK00.490.400.35
HSL348.29º32.54%49.41%-
HSV(B)348.29º49.1%65.49%-
XYZ21.5315.6514.2-
YUV111.34122.17167.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=47.31%
G=24.08%
B=28.61%

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
Decimal1678510100.490.400.35348.2932.5449.41
HexA75565031282315c2131
Octal24712514506150435344161
Binary10100111101010111001010110001101000100011101011100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75565; }

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

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

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

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

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

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

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

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