#8A766A

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

Shades of Americano #8A766A

Tints of Americano #8A766A

Color information

#8A766A (or 0x8A766A) is unknown color: approx Americano. HEX triplet: 8A, 76 and 6A. RGB value is (138,118,106). Sum of RGB (Red+Green+Blue) = 138+118+106=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 138 - color contains mainly: red. Hex color #8A766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A766A is #758995. Grayscale: #7A7A7A. Windows color (decimal): -7702934 or 6977162. OLE color: 6977162.

HSL color Cylindrical-coordinate representation of color #8A766A: hue angle of 22.5º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A766A is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB138118106-
CMYK00.140.230.46
HSL22.5º13.11%47.84%-
HSV(B)22.5º23.19%54.12%-
XYZ19.5619.416.35-
YUV122.61118.63138.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.12%
GREEN value IS 118 (46.48% from 255) = 32.60%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=38.12%
G=32.60%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811810600.140.230.4622.513.1147.84
Hex8A766A0E172E16d30
Octal2121661520162756261560
Binary10001010111011011010100111010111101110101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,118,106); }

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

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

 a { background-color: rgb(138,118,106); }

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

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

 span { border-color: rgb(138,118,106); }

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