Html Css Color HEX #A05B6E Mauve Taupe

📋 copy color: '#A05B6E'

red 160 ◦ green 91 ◦ blue 110

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

Shades of Mauve Taupe #A05B6E

Tints of Mauve Taupe #A05B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.21%

 BLUE value IS 110 (43.36% from 255) = 30.47%

R = 44.32%
G = 25.21%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A05B6E (or 0xA05B6E) is known color: Mauve Taupe. HEX triplet: A0, 5B and 6E. RGB value is (160,91,110). Sum of RGB (Red+Green+Blue) = 160+91+110=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05B6E is #5FA491. Grayscale: #717171. Windows color (decimal): -6268050 or 7232416. OLE color: 7232416.

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

Color convert

RGB 160 91 110 -
CMYK 0 0.43 0.31 0.37
HSL 343.48º 0.27% 0.49% -
HSV(B) 343.48º 0.43% 0.63% -
XYZ 21.05 16.08 16.75 -
YUV 113.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 160 91 110 0 0.43 0.31 0.37 343.48 0.27 0.49
Hex A0 5B 6E 0 2B 1F 25 157 1B 31
Octal 240 133 156 0 53 37 45 527 33 61
Binary 10100000 1011011 1101110 0 101011 11111 100101 101010111 11011 110001

Color Harmonies of #A05B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05B6E

Black with #A05B6E

Text Example


Text Example

White with #A05B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05B6E; }

 p { color: rgb(160,91,110); }

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

background-color css

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

 a { background-color: rgb(160,91,110); }

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

border-color css

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

 span { border-color: rgb(160,91,110); }

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