#8A8746

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

Shades of Highball #8A8746

Tints of Highball #8A8746

Color information

#8A8746 (or 0x8A8746) is unknown color: approx Highball. HEX triplet: 8A, 87 and 46. RGB value is (138,135,70). Sum of RGB (Red+Green+Blue) = 138+135+70=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8746 is #7578B9. Grayscale: #808080. Windows color (decimal): -7698618 or 4622218. OLE color: 4622218.

HSL color Cylindrical-coordinate representation of color #8A8746: hue angle of 57.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A8746 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB13813570-
CMYK00.020.490.46
HSL57.35º32.69%40.78%-
HSV(B)57.35º49.28%54.12%-
XYZ20.2523.179.2-
YUV128.4994.99134.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.23%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=40.23%
G=39.36%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381357000.020.490.4657.3532.6940.78
Hex8A874602312E392129
Octal212207106026156714151
Binary10001010100001111000110010110001101110111001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,135,70); }

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

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

 a { background-color: rgb(138,135,70); }

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

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

 span { border-color: rgb(138,135,70); }

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