#A75A65

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

Shades of Blush #A75A65

Tints of Blush #A75A65

Color information

#A75A65 (or 0xA75A65) is unknown color: approx Blush. HEX triplet: A7, 5A and 65. RGB value is (167,90,101). Sum of RGB (Red+Green+Blue) = 167+90+101=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75A65 is #58A59A. Grayscale: #727272. Windows color (decimal): -5809563 or 6642343. OLE color: 6642343.

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

Color convert

RGB16790101-
CMYK00.460.400.35
HSL351.43º30.43%50.39%-
HSV(B)351.43º46.11%65.49%-
XYZ21.9416.4714.33-
YUV114.28120.51165.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.65%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=46.65%
G=25.14%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679010100.460.400.35351.4330.4350.39
HexA75A6502E282315f1e32
Octal24713214505650435373662
Binary1010011110110101100101010111010100010001110101111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A65; }

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

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

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

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

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

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

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

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