Html Css Color HEX #9A5A72 Mauve Taupe

📋 copy color: '#9A5A72'

red 154 ◦ green 90 ◦ blue 114

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

Shades of Mauve Taupe #9A5A72

Tints of Mauve Taupe #9A5A72

RGB

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

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

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

R = 43.02%
G = 25.14%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#9A5A72 (or 0x9A5A72) is known color: Mauve Taupe. HEX triplet: 9A, 5A and 72. RGB value is (154,90,114). Sum of RGB (Red+Green+Blue) = 154+90+114=358 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.02% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5A72 is #65A58D. Grayscale: #6F6F6F. Windows color (decimal): -6661518 or 7494298. OLE color: 7494298.

HSL color Cylindrical-coordinate representation of color #9A5A72: hue angle of 337.5º 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 #9A5A72 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 90 114 -
CMYK 0 0.42 0.26 0.40
HSL 337.5º 0.26% 0.48% -
HSV(B) 337.5º 0.42% 0.6% -
XYZ 20.02 15.4 17.84 -
YUV 111.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 154 90 114 0 0.42 0.26 0.40 337.5 0.26 0.48
Hex 9A 5A 72 0 2A 1A 28 152 1A 30
Octal 232 132 162 0 52 32 50 522 32 60
Binary 10011010 1011010 1110010 0 101010 11010 101000 101010010 11010 110000

Color Harmonies of #9A5A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5A72

Black with #9A5A72

Text Example


Text Example

White with #9A5A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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