Html Css Color HEX #86898A Aluminium

📋 copy color: '#86898A'

red 134 ◦ green 137 ◦ blue 138

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

Shades of Aluminium #86898A

Tints of Aluminium #86898A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 32.76%
G = 33.5%
B = 33.74%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#86898A (or 0x86898A) is known color: 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

RGB 134 137 138 -
CMYK 0.03 0.01 0 0.46
HSL 195º 0.02% 0.53% -
HSV(B) 195º 0.03% 0.54% -
XYZ 23.36 24.79 27.6 -
YUV 136.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 134 137 138 0.03 0.01 0 0.46 195 0.02 0.53
Hex 86 89 8A 3 1 0 2E C3 2 35
Octal 206 211 212 3 1 0 56 303 2 65
Binary 10000110 10001001 10001010 11 1 0 101110 11000011 10 110101

Color Harmonies of #86898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86898A

Black with #86898A

Text Example


Text Example

White with #86898A

Text Example


Text Example

HTML Codes & Css Web 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>