#A75964

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

Shades of Blush #A75964

Tints of Blush #A75964

Color information

#A75964 (or 0xA75964) is unknown color: approx Blush. HEX triplet: A7, 59 and 64. RGB value is (167,89,100). Sum of RGB (Red+Green+Blue) = 167+89+100=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A75964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75964 is #58A69B. Grayscale: #717171. Windows color (decimal): -5809820 or 6576551. OLE color: 6576551.

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

Color convert

RGB16789100-
CMYK00.470.400.35
HSL351.54º30.71%50.2%-
HSV(B)351.54º46.71%65.49%-
XYZ21.8116.2814.05-
YUV113.58120.34166.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=46.91%
G=25%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678910000.470.400.35351.5430.7150.2
HexA7596402F28231601f32
Octal24713114405750435403762
Binary1010011110110011100100010111110100010001110110000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75964; }

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

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

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

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

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

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

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

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