Html Css Color HEX #A0596E Mauve Taupe

📋 copy color: '#A0596E'

red 160 ◦ green 89 ◦ blue 110

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

Shades of Mauve Taupe #A0596E

Tints of Mauve Taupe #A0596E

RGB

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

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

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

R = 44.57%
G = 24.79%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0596E (or 0xA0596E) is known color: Mauve Taupe. HEX triplet: A0, 59 and 6E. RGB value is (160,89,110). Sum of RGB (Red+Green+Blue) = 160+89+110=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A0596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0596E is #5FA691. Grayscale: #707070. Windows color (decimal): -6268562 or 7231904. OLE color: 7231904.

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

Color convert

RGB 160 89 110 -
CMYK 0 0.44 0.31 0.37
HSL 342.25º 0.29% 0.49% -
HSV(B) 342.25º 0.44% 0.63% -
XYZ 20.88 15.74 16.69 -
YUV 112.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 160 89 110 0 0.44 0.31 0.37 342.25 0.29 0.49
Hex A0 59 6E 0 2C 1F 25 156 1D 31
Octal 240 131 156 0 54 37 45 526 35 61
Binary 10100000 1011001 1101110 0 101100 11111 100101 101010110 11101 110001

Color Harmonies of #A0596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0596E

Black with #A0596E

Text Example


Text Example

White with #A0596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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