Html Css Color HEX #A05A70 Mauve Taupe

📋 copy color: '#A05A70'

red 160 ◦ green 90 ◦ blue 112

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

Shades of Mauve Taupe #A05A70

Tints of Mauve Taupe #A05A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 44.2%
G = 24.86%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A05A70 (or 0xA05A70) is known color: Mauve Taupe. HEX triplet: A0, 5A and 70. RGB value is (160,90,112). Sum of RGB (Red+Green+Blue) = 160+90+112=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05A70 is #5FA58F. Grayscale: #717171. Windows color (decimal): -6268304 or 7363232. OLE color: 7363232.

HSL color Cylindrical-coordinate representation of color #A05A70: hue angle of 341.14º degrees, saturation: 0.28, 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 #A05A70 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 90 112 -
CMYK 0 0.44 0.30 0.37
HSL 341.14º 0.28% 0.49% -
HSV(B) 341.14º 0.44% 0.63% -
XYZ 21.08 15.96 17.3 -
YUV 113.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 160 90 112 0 0.44 0.30 0.37 341.14 0.28 0.49
Hex A0 5A 70 0 2C 1E 25 155 1C 31
Octal 240 132 160 0 54 36 45 525 34 61
Binary 10100000 1011010 1110000 0 101100 11110 100101 101010101 11100 110001

Color Harmonies of #A05A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05A70

Black with #A05A70

Text Example


Text Example

White with #A05A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05A70; }

 p { color: rgb(160,90,112); }

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

background-color css

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

 a { background-color: rgb(160,90,112); }

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

border-color css

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

 span { border-color: rgb(160,90,112); }

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