#869095

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

Shades of Aluminium #869095

Tints of Aluminium #869095

Color information

#869095 (or 0x869095) is unknown color: approx Aluminium. HEX triplet: 86, 90 and 95. RGB value is (134,144,149). Sum of RGB (Red+Green+Blue) = 134+144+149=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: blue. Hex color #869095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869095 is #796F6A. Grayscale: #8D8D8D. Windows color (decimal): -7958379 or 9801862. OLE color: 9801862.

HSL color Cylindrical-coordinate representation of color #869095: hue angle of 200º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #869095 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134144149-
CMYK0.100.0300.42
HSL200º6.61%55.49%-
HSV(B)200º10.07%58.43%-
XYZ25.2327.1832.35-
YUV141.58132.19122.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=31.38%
G=33.72%
B=34.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341441490.100.0300.422006.6155.49
Hex869095A302Ac8737
Octal206220225123052310767
Binary100001101001000010010101101011010101011001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869095; }

 p { color: rgb(134,144,149); }

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

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

 a { background-color: rgb(134,144,149); }

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

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

 span { border-color: rgb(134,144,149); }

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