Html Css Color HEX #9A5672 Mauve Taupe

📋 copy color: '#9A5672'

red 154 ◦ green 86 ◦ blue 114

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

Shades of Mauve Taupe #9A5672

Tints of Mauve Taupe #9A5672

RGB

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

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

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

R = 43.5%
G = 24.29%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#9A5672 (or 0x9A5672) is known color: Mauve Taupe. HEX triplet: 9A, 56 and 72. RGB value is (154,86,114). Sum of RGB (Red+Green+Blue) = 154+86+114=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5672 is #65A98D. Grayscale: #6D6D6D. Windows color (decimal): -6662542 or 7493274. OLE color: 7493274.

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

Color convert

RGB 154 86 114 -
CMYK 0 0.44 0.26 0.40
HSL 335.29º 0.28% 0.47% -
HSV(B) 335.29º 0.44% 0.6% -
XYZ 19.69 14.74 17.73 -
YUV 109.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 154 86 114 0 0.44 0.26 0.40 335.29 0.28 0.47
Hex 9A 56 72 0 2C 1A 28 14F 1C 2F
Octal 232 126 162 0 54 32 50 517 34 57
Binary 10011010 1010110 1110010 0 101100 11010 101000 101001111 11100 101111

Color Harmonies of #9A5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5672

Black with #9A5672

Text Example


Text Example

White with #9A5672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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