Html Css Color HEX #A05B6D Mauve Taupe

📋 copy color: '#A05B6D'

red 160 ◦ green 91 ◦ blue 109

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

Shades of Mauve Taupe #A05B6D

Tints of Mauve Taupe #A05B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 44.44%
G = 25.28%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A05B6D (or 0xA05B6D) is known color: Mauve Taupe. HEX triplet: A0, 5B and 6D. RGB value is (160,91,109). Sum of RGB (Red+Green+Blue) = 160+91+109=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05B6D is #5FA492. Grayscale: #717171. Windows color (decimal): -6268051 or 7166880. OLE color: 7166880.

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

Color convert

RGB 160 91 109 -
CMYK 0 0.43 0.32 0.37
HSL 344.35º 0.27% 0.49% -
HSV(B) 344.35º 0.43% 0.63% -
XYZ 21 16.06 16.46 -
YUV 113.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 160 91 109 0 0.43 0.32 0.37 344.35 0.27 0.49
Hex A0 5B 6D 0 2B 20 25 158 1B 31
Octal 240 133 155 0 53 40 45 530 33 61
Binary 10100000 1011011 1101101 0 101011 100000 100101 101011000 11011 110001

Color Harmonies of #A05B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05B6D

Black with #A05B6D

Text Example


Text Example

White with #A05B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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