Html Css Color HEX #A05975 Mauve Taupe

📋 copy color: '#A05975'

red 160 ◦ green 89 ◦ blue 117

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

Shades of Mauve Taupe #A05975

Tints of Mauve Taupe #A05975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.32%

 BLUE value IS 117 (46.09% from 255) = 31.97%

R = 43.72%
G = 24.32%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A05975 (or 0xA05975) is known color: Mauve Taupe. HEX triplet: A0, 59 and 75. RGB value is (160,89,117). Sum of RGB (Red+Green+Blue) = 160+89+117=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A05975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05975 is #5FA68A. Grayscale: #717171. Windows color (decimal): -6268555 or 7690656. OLE color: 7690656.

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

Color convert

RGB 160 89 117 -
CMYK 0 0.44 0.27 0.37
HSL 336.34º 0.29% 0.49% -
HSV(B) 336.34º 0.44% 0.63% -
XYZ 21.28 15.9 18.78 -
YUV 113.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 160 89 117 0 0.44 0.27 0.37 336.34 0.29 0.49
Hex A0 59 75 0 2C 1B 25 150 1D 31
Octal 240 131 165 0 54 33 45 520 35 61
Binary 10100000 1011001 1110101 0 101100 11011 100101 101010000 11101 110001

Color Harmonies of #A05975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05975

Black with #A05975

Text Example


Text Example

White with #A05975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05975; }

 p { color: rgb(160,89,117); }

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

background-color css

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

 a { background-color: rgb(160,89,117); }

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

border-color css

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

 span { border-color: rgb(160,89,117); }

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