Html Css Color HEX #9A5373 Mauve Taupe

📋 copy color: '#9A5373'

red 154 ◦ green 83 ◦ blue 115

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

Shades of Mauve Taupe #9A5373

Tints of Mauve Taupe #9A5373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.58%

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 43.75%
G = 23.58%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#9A5373 (or 0x9A5373) is known color: Mauve Taupe. HEX triplet: 9A, 53 and 73. RGB value is (154,83,115). Sum of RGB (Red+Green+Blue) = 154+83+115=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5373 is #65AC8C. Grayscale: #6B6B6B. Windows color (decimal): -6663309 or 7558042. OLE color: 7558042.

HSL color Cylindrical-coordinate representation of color #9A5373: hue angle of 332.96º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A5373 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 83 115 -
CMYK 0 0.46 0.25 0.40
HSL 332.96º 0.3% 0.46% -
HSV(B) 332.96º 0.46% 0.6% -
XYZ 19.51 14.29 17.95 -
YUV 107.88 132.02 160.9 -
System Red Green Blue C M Y K H S L
Decimal 154 83 115 0 0.46 0.25 0.40 332.96 0.3 0.46
Hex 9A 53 73 0 2E 19 28 14D 1E 2E
Octal 232 123 163 0 56 31 50 515 36 56
Binary 10011010 1010011 1110011 0 101110 11001 101000 101001101 11110 101110

Color Harmonies of #9A5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5373

Black with #9A5373

Text Example


Text Example

White with #9A5373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,83,115); }

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

background-color css

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

 a { background-color: rgb(154,83,115); }

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

border-color css

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

 span { border-color: rgb(154,83,115); }

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