Html Css Color HEX #9A6070 Mauve Taupe

📋 copy color: '#9A6070'

red 154 ◦ green 96 ◦ blue 112

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

Shades of Mauve Taupe #9A6070

Tints of Mauve Taupe #9A6070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

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

R = 42.54%
G = 26.52%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#9A6070 (or 0x9A6070) is known color: Mauve Taupe. HEX triplet: 9A, 60 and 70. RGB value is (154,96,112). Sum of RGB (Red+Green+Blue) = 154+96+112=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6070 is #659F8F. Grayscale: #737373. Windows color (decimal): -6659984 or 7364762. OLE color: 7364762.

HSL color Cylindrical-coordinate representation of color #9A6070: hue angle of 343.45º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6070 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 96 112 -
CMYK 0 0.38 0.27 0.40
HSL 343.45º 0.23% 0.49% -
HSV(B) 343.45º 0.38% 0.6% -
XYZ 20.43 16.41 17.42 -
YUV 115.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 154 96 112 0 0.38 0.27 0.40 343.45 0.23 0.49
Hex 9A 60 70 0 26 1B 28 157 17 31
Octal 232 140 160 0 46 33 50 527 27 61
Binary 10011010 1100000 1110000 0 100110 11011 101000 101010111 10111 110001

Color Harmonies of #9A6070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6070

Black with #9A6070

Text Example


Text Example

White with #9A6070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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