#908172

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

Shades of Americano #908172

Tints of Americano #908172

Color information

#908172 (or 0x908172) is unknown color: approx Americano. HEX triplet: 90, 81 and 72. RGB value is (144,129,114). Sum of RGB (Red+Green+Blue) = 144+129+114=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #908172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908172 is #6F7E8D. Grayscale: #838383. Windows color (decimal): -7306894 or 7504272. OLE color: 7504272.

HSL color Cylindrical-coordinate representation of color #908172: hue angle of 30º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #908172 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB144129114-
CMYK00.100.210.44
HSL30º11.9%50.59%-
HSV(B)30º20.83%56.47%-
XYZ22.3922.8419.15-
YUV131.78117.97136.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=37.21%
G=33.33%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412911400.100.210.443011.950.59
Hex9081720A152C1ec33
Octal2202011620122554361463
Binary100100001000000111100100101010101101100111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908172; }

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

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

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

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

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

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

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

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