#86898A

Color #86898A Aluminium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aluminium #86898A

Tints of Aluminium #86898A

Color information

#86898A (or 0x86898A) is unknown color: approx Aluminium. HEX triplet: 86, 89 and 8A. RGB value is (134,137,138). Sum of RGB (Red+Green+Blue) = 134+137+138=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 138 - color contains mainly: blue. Hex color #86898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86898A is #797675. Grayscale: #888888. Windows color (decimal): -7960182 or 9079174. OLE color: 9079174.

HSL color Cylindrical-coordinate representation of color #86898A: hue angle of 195º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #86898A is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB134137138-
CMYK0.030.0100.46
HSL195º1.68%53.33%-
HSV(B)195º2.9%54.12%-
XYZ23.3624.7927.6-
YUV136.22129.01126.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=32.76%
G=33.50%
B=33.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341371380.030.0100.461951.6853.33
Hex86898A3102Ec3235
Octal20621121231056303265
Binary10000110100010011000101011101011101100001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86898A; }

 p { color: rgb(134,137,138); }

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

<style>
 a { background-color: #86898A; }

 a { background-color: rgb(134,137,138); }

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

<style>
 span { border-color: #86898A; }

 span { border-color: rgb(134,137,138); }

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