Html Css Color HEX #9A5670 Mauve Taupe

📋 copy color: '#9A5670'

red 154 ◦ green 86 ◦ blue 112

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

Shades of Mauve Taupe #9A5670

Tints of Mauve Taupe #9A5670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 43.75%
G = 24.43%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#9A5670 (or 0x9A5670) is known color: Mauve Taupe. HEX triplet: 9A, 56 and 70. RGB value is (154,86,112). Sum of RGB (Red+Green+Blue) = 154+86+112=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5670 is #65A98F. Grayscale: #6D6D6D. Windows color (decimal): -6662544 or 7362202. OLE color: 7362202.

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

Color convert

RGB 154 86 112 -
CMYK 0 0.44 0.27 0.40
HSL 337.06º 0.28% 0.47% -
HSV(B) 337.06º 0.44% 0.6% -
XYZ 19.58 14.7 17.13 -
YUV 109.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 154 86 112 0 0.44 0.27 0.40 337.06 0.28 0.47
Hex 9A 56 70 0 2C 1B 28 151 1C 2F
Octal 232 126 160 0 54 33 50 521 34 57
Binary 10011010 1010110 1110000 0 101100 11011 101000 101010001 11100 101111

Color Harmonies of #9A5670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5670

Black with #9A5670

Text Example


Text Example

White with #9A5670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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