Shades of Americano #8A766A
Tints of Americano #8A766A
RGB
CMYK
RGB Variations
Color information
#8A766A (or 0x8A766A) is known color: Americano. HEX triplet: 8A, 76 and 6A. RGB value is (138,118,106). Sum of RGB (Red+Green+Blue) = 138+118+106=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 138 - color contains mainly: red. Hex color #8A766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A766A is #758995. Grayscale: #7A7A7A. Windows color (decimal): -7702934 or 6977162. OLE color: 6977162.
HSL color Cylindrical-coordinate representation of color #8A766A: hue angle of 22.5º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A766A is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 118 | 106 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.46 |
| HSL | 22.5º | 0.13% | 0.48% | - |
| HSV(B) | 22.5º | 0.23% | 0.54% | - |
| XYZ | 19.56 | 19.4 | 16.35 | - |
| YUV | 122.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 106 | 0 | 0.14 | 0.23 | 0.46 | 22.5 | 0.13 | 0.48 |
| Hex | 8A | 76 | 6A | 0 | E | 17 | 2E | 16 | D | 30 |
| Octal | 212 | 166 | 152 | 0 | 16 | 27 | 56 | 26 | 15 | 60 |
| Binary | 10001010 | 1110110 | 1101010 | 0 | 1110 | 10111 | 101110 | 10110 | 1101 | 110000 |
Color Harmonies of #8A766A
Complementary color
Monochromatic Colors of #8A766A
Black with #8A766A
Text Example
Text Example
White with #8A766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A766A; }
p { color: rgb(138,118,106); }
H1.HeaderClassName
{
color: #8A766A;
}
.AnyTagClassName
{
color: #8A766A;
}
</style>
background-color css
<style>
a { background-color: #8A766A; }
a { background-color: rgb(138,118,106); }
div.DivClassName
{
background-color: #8A766A;
}
.BgClassName
{
background-color: #8A766A;
}
</style>
border-color css
<style>
span { border-color: #8A766A; }
span { border-color: rgb(138,118,106); }
td.TdClassName
{
border-color: #8A766A;
}
.TagClassName
{
border-color: #8A766A;
}
</style>