#A75A6A

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

Shades of Blush #A75A6A

Tints of Blush #A75A6A

Color information

#A75A6A (or 0xA75A6A) is unknown color: approx Blush. HEX triplet: A7, 5A and 6A. RGB value is (167,90,106). Sum of RGB (Red+Green+Blue) = 167+90+106=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75A6A is #58A595. Grayscale: #727272. Windows color (decimal): -5809558 or 6970023. OLE color: 6970023.

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

Color convert

RGB16790106-
CMYK00.460.370.35
HSL347.53º30.43%50.39%-
HSV(B)347.53º46.11%65.49%-
XYZ22.1916.5715.66-
YUV114.85123.01165.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=46.01%
G=24.79%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679010600.460.370.35347.5330.4350.39
HexA75A6A02E252315c1e32
Octal24713215205645435343662
Binary1010011110110101101010010111010010110001110101110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A6A; }

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

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

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

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

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

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

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

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