#8F8172

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

Shades of Americano #8F8172

Tints of Americano #8F8172

Color information

#8F8172 (or 0x8F8172) is unknown color: approx Americano. HEX triplet: 8F, 81 and 72. RGB value is (143,129,114). Sum of RGB (Red+Green+Blue) = 143+129+114=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8172 is #707E8D. Grayscale: #838383. Windows color (decimal): -7372430 or 7504271. OLE color: 7504271.

HSL color Cylindrical-coordinate representation of color #8F8172: hue angle of 31.03º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F8172 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB143129114-
CMYK00.100.200.44
HSL31.03º11.46%50.39%-
HSV(B)31.03º20.28%56.08%-
XYZ22.2222.7619.14-
YUV131.48118.14136.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.05%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=37.05%
G=33.42%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312911400.100.200.4431.0311.4650.39
Hex8F81720A142C1fb32
Octal2172011620122454371362
Binary100011111000000111100100101010100101100111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F8172; }

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

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

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

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

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

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

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

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