#8A8742

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

Shades of Highball #8A8742

Tints of Highball #8A8742

Color information

#8A8742 (or 0x8A8742) is unknown color: approx Highball. HEX triplet: 8A, 87 and 42. RGB value is (138,135,66). Sum of RGB (Red+Green+Blue) = 138+135+66=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8742 is #7578BD. Grayscale: #808080. Windows color (decimal): -7698622 or 4360074. OLE color: 4360074.

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

Color convert

RGB13813566-
CMYK00.020.520.46
HSL57.5º35.29%40%-
HSV(B)57.5º52.17%54.12%-
XYZ20.1323.128.56-
YUV128.0392.99135.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.71%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 66 (26.17% from 255) = 19.47%
R=40.71%
G=39.82%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381356600.020.520.4657.535.2940
Hex8A874202342E3a2328
Octal212207102026456724350
Binary10001010100001111000010010110100101110111010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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