#8A796C

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

Shades of Americano #8A796C

Tints of Americano #8A796C

Color information

#8A796C (or 0x8A796C) is unknown color: approx Americano. HEX triplet: 8A, 79 and 6C. RGB value is (138,121,108). Sum of RGB (Red+Green+Blue) = 138+121+108=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 138 - color contains mainly: red. Hex color #8A796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A796C is #758693. Grayscale: #7C7C7C. Windows color (decimal): -7702164 or 7109002. OLE color: 7109002.

HSL color Cylindrical-coordinate representation of color #8A796C: hue angle of 26º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A796C is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB138121108-
CMYK00.120.220.46
HSL26º12.2%48.24%-
HSV(B)26º21.74%54.12%-
XYZ20.0320.1617.02-
YUV124.6118.63137.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=37.60%
G=32.97%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812110800.120.220.462612.248.24
Hex8A796C0C162E1ac30
Octal2121711540142656321460
Binary10001010111100111011000110010110101110110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,121,108); }

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

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

 a { background-color: rgb(138,121,108); }

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

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

 span { border-color: rgb(138,121,108); }

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