Html Css Color HEX #9A5673 Mauve Taupe

📋 copy color: '#9A5673'

red 154 ◦ green 86 ◦ blue 115

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

Shades of Mauve Taupe #9A5673

Tints of Mauve Taupe #9A5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.23%

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

R = 43.38%
G = 24.23%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#9A5673 (or 0x9A5673) is known color: Mauve Taupe. HEX triplet: 9A, 56 and 73. RGB value is (154,86,115). Sum of RGB (Red+Green+Blue) = 154+86+115=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5673 is #65A98C. Grayscale: #6D6D6D. Windows color (decimal): -6662541 or 7558810. OLE color: 7558810.

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

Color convert

RGB 154 86 115 -
CMYK 0 0.44 0.25 0.40
HSL 334.41º 0.28% 0.47% -
HSV(B) 334.41º 0.44% 0.6% -
XYZ 19.75 14.76 18.03 -
YUV 109.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 154 86 115 0 0.44 0.25 0.40 334.41 0.28 0.47
Hex 9A 56 73 0 2C 19 28 14E 1C 2F
Octal 232 126 163 0 54 31 50 516 34 57
Binary 10011010 1010110 1110011 0 101100 11001 101000 101001110 11100 101111

Color Harmonies of #9A5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5673

Black with #9A5673

Text Example


Text Example

White with #9A5673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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