Shades of Americano #8A796C
Tints of Americano #8A796C
RGB
CMYK
RGB Variations
Color information
#8A796C (or 0x8A796C) is known color: 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
| RGB | 138 | 121 | 108 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.46 |
| HSL | 26º | 0.12% | 0.48% | - |
| HSV(B) | 26º | 0.22% | 0.54% | - |
| XYZ | 20.03 | 20.16 | 17.02 | - |
| YUV | 124.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 121 | 108 | 0 | 0.12 | 0.22 | 0.46 | 26 | 0.12 | 0.48 |
| Hex | 8A | 79 | 6C | 0 | C | 16 | 2E | 1A | C | 30 |
| Octal | 212 | 171 | 154 | 0 | 14 | 26 | 56 | 32 | 14 | 60 |
| Binary | 10001010 | 1111001 | 1101100 | 0 | 1100 | 10110 | 101110 | 11010 | 1100 | 110000 |
Color Harmonies of #8A796C
Complementary color
Monochromatic Colors of #8A796C
Black with #8A796C
Text Example
Text Example
White with #8A796C
Text Example
Text Example
HTML Codes & Css Web 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>