#928172

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

Shades of Americano #928172

Tints of Americano #928172

Color information

#928172 (or 0x928172) is unknown color: approx Americano. HEX triplet: 92, 81 and 72. RGB value is (146,129,114). Sum of RGB (Red+Green+Blue) = 146+129+114=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #928172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928172 is #6D7E8D. Grayscale: #848484. Windows color (decimal): -7175822 or 7504274. OLE color: 7504274.

HSL color Cylindrical-coordinate representation of color #928172: hue angle of 28.13º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #928172 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB146129114-
CMYK00.120.220.43
HSL28.13º12.8%50.98%-
HSV(B)28.13º21.92%57.25%-
XYZ22.7423.0319.17-
YUV132.37117.63137.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.53%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=37.53%
G=33.16%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612911400.120.220.4328.1312.850.98
Hex9281720C162B1cd33
Octal2222011620142653341563
Binary100100101000000111100100110010110101011111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928172; }

 p { color: rgb(146,129,114); }

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

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

 a { background-color: rgb(146,129,114); }

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

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

 span { border-color: rgb(146,129,114); }

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