Html Css Color HEX #86898C Aluminium

📋 copy color: '#86898C'

red 134 ◦ green 137 ◦ blue 140

#86898C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aluminium #86898C

Tints of Aluminium #86898C

RGB

 RED value IS 134 (52.73% from 255) = 32.6%

 GREEN value IS 137 (53.91% from 255) = 33.33%

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 32.6%
G = 33.33%
B = 34.06%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#86898C (or 0x86898C) is known color: Aluminium. HEX triplet: 86, 89 and 8C. RGB value is (134,137,140). Sum of RGB (Red+Green+Blue) = 134+137+140=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 140 - color contains mainly: blue. Hex color #86898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86898C is #797673. Grayscale: #888888. Windows color (decimal): -7960180 or 9210246. OLE color: 9210246.

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

Color convert

RGB 134 137 140 -
CMYK 0.04 0.02 0 0.45
HSL 210º 0.03% 0.54% -
HSV(B) 210º 0.04% 0.55% -
XYZ 23.51 24.85 28.37 -
YUV 136.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 134 137 140 0.04 0.02 0 0.45 210 0.03 0.54
Hex 86 89 8C 4 2 0 2D D2 3 36
Octal 206 211 214 4 2 0 55 322 3 66
Binary 10000110 10001001 10001100 100 10 0 101101 11010010 11 110110

Color Harmonies of #86898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86898C

Black with #86898C

Text Example


Text Example

White with #86898C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86898C;
 }
 .AnyTagClassName
 {
   color: #86898C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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