Html Css Color HEX #9A5D72 Mauve Taupe

📋 copy color: '#9A5D72'

red 154 ◦ green 93 ◦ blue 114

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

Shades of Mauve Taupe #9A5D72

Tints of Mauve Taupe #9A5D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.76%

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 42.66%
G = 25.76%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#9A5D72 (or 0x9A5D72) is known color: Mauve Taupe. HEX triplet: 9A, 5D and 72. RGB value is (154,93,114). Sum of RGB (Red+Green+Blue) = 154+93+114=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5D72 is #65A28D. Grayscale: #717171. Windows color (decimal): -6660750 or 7495066. OLE color: 7495066.

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

Color convert

RGB 154 93 114 -
CMYK 0 0.40 0.26 0.40
HSL 339.34º 0.25% 0.48% -
HSV(B) 339.34º 0.4% 0.6% -
XYZ 20.28 15.91 17.92 -
YUV 113.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 154 93 114 0 0.40 0.26 0.40 339.34 0.25 0.48
Hex 9A 5D 72 0 28 1A 28 153 19 30
Octal 232 135 162 0 50 32 50 523 31 60
Binary 10011010 1011101 1110010 0 101000 11010 101000 101010011 11001 110000

Color Harmonies of #9A5D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5D72

Black with #9A5D72

Text Example


Text Example

White with #9A5D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,93,114); }

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

background-color css

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

 a { background-color: rgb(154,93,114); }

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

border-color css

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

 span { border-color: rgb(154,93,114); }

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