#A75D6B

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

Shades of Blush #A75D6B

Tints of Blush #A75D6B

Color information

#A75D6B (or 0xA75D6B) is unknown color: approx Blush. HEX triplet: A7, 5D and 6B. RGB value is (167,93,107). Sum of RGB (Red+Green+Blue) = 167+93+107=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D6B is #58A294. Grayscale: #747474. Windows color (decimal): -5808789 or 7036327. OLE color: 7036327.

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

Color convert

RGB16793107-
CMYK00.440.360.35
HSL348.65º29.6%50.98%-
HSV(B)348.65º44.31%65.49%-
XYZ22.517.1116.03-
YUV116.72122.52163.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 107 (42.19% from 255) = 29.16%
R=45.50%
G=25.34%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679310700.440.360.35348.6529.650.98
HexA75D6B02C242315d1e33
Octal24713515305444435353663
Binary1010011110111011101011010110010010010001110101110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D6B; }

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

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

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

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

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

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

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

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