Html Css Color HEX #A05C76 Mauve Taupe

📋 copy color: '#A05C76'

red 160 ◦ green 92 ◦ blue 118

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

Shades of Mauve Taupe #A05C76

Tints of Mauve Taupe #A05C76

RGB

 RED value IS 160 (62.89% from 255) = 43.24%

 GREEN value IS 92 (36.33% from 255) = 24.86%

 BLUE value IS 118 (46.48% from 255) = 31.89%

R = 43.24%
G = 24.86%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A05C76 (or 0xA05C76) is known color: Mauve Taupe. HEX triplet: A0, 5C and 76. RGB value is (160,92,118). Sum of RGB (Red+Green+Blue) = 160+92+118=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05C76 is #5FA389. Grayscale: #737373. Windows color (decimal): -6267786 or 7756960. OLE color: 7756960.

HSL color Cylindrical-coordinate representation of color #A05C76: hue angle of 337.06º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A05C76 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 92 118 -
CMYK 0 0.43 0.26 0.37
HSL 337.06º 0.27% 0.49% -
HSV(B) 337.06º 0.43% 0.63% -
XYZ 21.59 16.44 19.17 -
YUV 115.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 160 92 118 0 0.43 0.26 0.37 337.06 0.27 0.49
Hex A0 5C 76 0 2B 1A 25 151 1B 31
Octal 240 134 166 0 53 32 45 521 33 61
Binary 10100000 1011100 1110110 0 101011 11010 100101 101010001 11011 110001

Color Harmonies of #A05C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C76

Black with #A05C76

Text Example


Text Example

White with #A05C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C76; }

 p { color: rgb(160,92,118); }

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

background-color css

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

 a { background-color: rgb(160,92,118); }

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

border-color css

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

 span { border-color: rgb(160,92,118); }

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