#869196

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

Shades of Aluminium #869196

Tints of Aluminium #869196

Color information

#869196 (or 0x869196) is unknown color: approx Aluminium. HEX triplet: 86, 91 and 96. RGB value is (134,145,150). Sum of RGB (Red+Green+Blue) = 134+145+150=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 150 - color contains mainly: blue. Hex color #869196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869196 is #796E69. Grayscale: #8E8E8E. Windows color (decimal): -7958122 or 9867654. OLE color: 9867654.

HSL color Cylindrical-coordinate representation of color #869196: hue angle of 198.75º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #869196 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB134145150-
CMYK0.110.0300.41
HSL198.75º7.08%55.69%-
HSV(B)198.75º10.67%58.82%-
XYZ25.4627.5232.82-
YUV142.28132.36122.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=31.24%
G=33.80%
B=34.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341451500.110.0300.41198.757.0855.69
Hex869196B3029c7738
Octal206221226133051307770
Binary100001101001000110010110101111010100111000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869196; }

 p { color: rgb(134,145,150); }

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

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

 a { background-color: rgb(134,145,150); }

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

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

 span { border-color: rgb(134,145,150); }

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