Html Css Color HEX #A75A71 Blush

📋 copy color: '#A75A71'

red 167 ◦ green 90 ◦ blue 113

#A75A71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #A75A71

Tints of Blush #A75A71

RGB

 RED value IS 167 (65.63% from 255) = 45.14%

 GREEN value IS 90 (35.55% from 255) = 24.32%

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 45.14%
G = 24.32%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A75A71 (or 0xA75A71) is known color: Blush. HEX triplet: A7, 5A and 71. RGB value is (167,90,113). Sum of RGB (Red+Green+Blue) = 167+90+113=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75A71 is #58A58E. Grayscale: #737373. Windows color (decimal): -5809551 or 7428775. OLE color: 7428775.

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

Color convert

RGB 167 90 113 -
CMYK 0 0.46 0.32 0.35
HSL 342.08º 0.3% 0.5% -
HSV(B) 342.08º 0.46% 0.65% -
XYZ 22.57 16.72 17.66 -
YUV 115.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 167 90 113 0 0.46 0.32 0.35 342.08 0.3 0.5
Hex A7 5A 71 0 2E 20 23 156 1E 32
Octal 247 132 161 0 56 40 43 526 36 62
Binary 10100111 1011010 1110001 0 101110 100000 100011 101010110 11110 110010

Color Harmonies of #A75A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A71

Black with #A75A71

Text Example


Text Example

White with #A75A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A71; }

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

 H1.HeaderClassName
 {
   color: #A75A71;
 }
 .AnyTagClassName
 {
   color: #A75A71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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