Html Css Color HEX #9A5A71 Mauve Taupe

📋 copy color: '#9A5A71'

red 154 ◦ green 90 ◦ blue 113

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

Shades of Mauve Taupe #9A5A71

Tints of Mauve Taupe #9A5A71

RGB

 RED value IS 154 (60.55% from 255) = 43.14%

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

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 43.14%
G = 25.21%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#9A5A71 (or 0x9A5A71) is known color: Mauve Taupe. HEX triplet: 9A, 5A and 71. RGB value is (154,90,113). Sum of RGB (Red+Green+Blue) = 154+90+113=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5A71 is #65A58E. Grayscale: #6F6F6F. Windows color (decimal): -6661519 or 7428762. OLE color: 7428762.

HSL color Cylindrical-coordinate representation of color #9A5A71: hue angle of 338.44º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A5A71 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 90 113 -
CMYK 0 0.42 0.27 0.40
HSL 338.44º 0.26% 0.48% -
HSV(B) 338.44º 0.42% 0.6% -
XYZ 19.96 15.37 17.54 -
YUV 111.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 154 90 113 0 0.42 0.27 0.40 338.44 0.26 0.48
Hex 9A 5A 71 0 2A 1B 28 152 1A 30
Octal 232 132 161 0 52 33 50 522 32 60
Binary 10011010 1011010 1110001 0 101010 11011 101000 101010010 11010 110000

Color Harmonies of #9A5A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5A71

Black with #9A5A71

Text Example


Text Example

White with #9A5A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A5A71; }

 p { color: rgb(154,90,113); }

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

background-color css

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

 a { background-color: rgb(154,90,113); }

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

border-color css

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

 span { border-color: rgb(154,90,113); }

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