Shades of Americano #928174
Tints of Americano #928174
RGB
CMYK
RGB Variations
Color information
#928174 (or 0x928174) is known color: Americano. HEX triplet: 92, 81 and 74. RGB value is (146,129,116). Sum of RGB (Red+Green+Blue) = 146+129+116=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #928174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928174 is #6D7E8B. Grayscale: #848484. Windows color (decimal): -7175820 or 7635346. OLE color: 7635346.
HSL color Cylindrical-coordinate representation of color #928174: hue angle of 26º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #928174 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 129 | 116 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.43 |
| HSL | 26º | 0.12% | 0.51% | - |
| HSV(B) | 26º | 0.21% | 0.57% | - |
| XYZ | 22.86 | 23.07 | 19.77 | - |
| YUV | 132.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 129 | 116 | 0 | 0.12 | 0.21 | 0.43 | 26 | 0.12 | 0.51 |
| Hex | 92 | 81 | 74 | 0 | C | 15 | 2B | 1A | C | 33 |
| Octal | 222 | 201 | 164 | 0 | 14 | 25 | 53 | 32 | 14 | 63 |
| Binary | 10010010 | 10000001 | 1110100 | 0 | 1100 | 10101 | 101011 | 11010 | 1100 | 110011 |
Color Harmonies of #928174
Complementary color
Monochromatic Colors of #928174
Black with #928174
Text Example
Text Example
White with #928174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928174; }
p { color: rgb(146,129,116); }
H1.HeaderClassName
{
color: #928174;
}
.AnyTagClassName
{
color: #928174;
}
</style>
background-color css
<style>
a { background-color: #928174; }
a { background-color: rgb(146,129,116); }
div.DivClassName
{
background-color: #928174;
}
.BgClassName
{
background-color: #928174;
}
</style>
border-color css
<style>
span { border-color: #928174; }
span { border-color: rgb(146,129,116); }
td.TdClassName
{
border-color: #928174;
}
.TagClassName
{
border-color: #928174;
}
</style>