#8A8075

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

Shades of Americano #8A8075

Tints of Americano #8A8075

Color information

#8A8075 (or 0x8A8075) is unknown color: approx Americano. HEX triplet: 8A, 80 and 75. RGB value is (138,128,117). Sum of RGB (Red+Green+Blue) = 138+128+117=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8075 is #757F8A. Grayscale: #818181. Windows color (decimal): -7700363 or 7700618. OLE color: 7700618.

HSL color Cylindrical-coordinate representation of color #8A8075: hue angle of 31.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A8075 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB138128117-
CMYK00.070.150.46
HSL31.43º8.24%50%-
HSV(B)31.43º15.22%54.12%-
XYZ21.4122.1319.97-
YUV129.74120.81133.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.03%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=36.03%
G=33.42%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812811700.070.150.4631.438.2450
Hex8A807507F2E1f832
Octal212200165071756371062
Binary1000101010000000111010101111111101110111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,128,117); }

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

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

 a { background-color: rgb(138,128,117); }

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

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

 span { border-color: rgb(138,128,117); }

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