#8A676A

Color #8A676A Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #8A676A

Tints of Mauve Taupe #8A676A

Color information

#8A676A (or 0x8A676A) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 67 and 6A. RGB value is (138,103,106). Sum of RGB (Red+Green+Blue) = 138+103+106=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 138 - color contains mainly: red. Hex color #8A676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A676A is #759895. Grayscale: #717171. Windows color (decimal): -7706774 or 6973322. OLE color: 6973322.

HSL color Cylindrical-coordinate representation of color #8A676A: hue angle of 354.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A676A is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB138103106-
CMYK00.250.230.46
HSL354.86º14.52%47.25%-
HSV(B)354.86º25.36%54.12%-
XYZ17.9316.1415.81-
YUV113.81123.6145.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.77%
GREEN value IS 103 (40.62% from 255) = 29.68%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=39.77%
G=29.68%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810310600.250.230.46354.8614.5247.25
Hex8A676A019172E163f2f
Octal21214715203127565431757
Binary1000101011001111101010011001101111011101011000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A676A; }

 p { color: rgb(138,103,106); }

 H1.HeaderClassName
 {
   color: #8A676A;
 }
 .AnyTagClassName
 {
   color: #8A676A;
 }
</style>
background-color css

<style>
 a { background-color: #8A676A; }

 a { background-color: rgb(138,103,106); }

 div.DivClassName
 {
   background-color: #8A676A;
 }
 .BgClassName
 {
   background-color: #8A676A;
 }
</style>
border-color css

<style>
 span { border-color: #8A676A; }

 span { border-color: rgb(138,103,106); }

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