#A75D6E

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

Shades of Blush #A75D6E

Tints of Blush #A75D6E

Color information

#A75D6E (or 0xA75D6E) is unknown color: approx Blush. HEX triplet: A7, 5D and 6E. RGB value is (167,93,110). Sum of RGB (Red+Green+Blue) = 167+93+110=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D6E is #58A291. Grayscale: #757575. Windows color (decimal): -5808786 or 7232935. OLE color: 7232935.

HSL color Cylindrical-coordinate representation of color #A75D6E: hue angle of 346.22º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A75D6E is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16793110-
CMYK00.440.340.35
HSL346.22º29.6%50.98%-
HSV(B)346.22º44.31%65.49%-
XYZ22.6717.1716.87-
YUV117.06124.02163.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=45.14%
G=25.14%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679311000.440.340.35346.2229.650.98
HexA75D6E02C222315a1e33
Octal24713515605442435323663
Binary1010011110111011101110010110010001010001110101101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D6E; }

 p { color: rgb(167,93,110); }

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

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

 a { background-color: rgb(167,93,110); }

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

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

 span { border-color: rgb(167,93,110); }

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