Html Css Color HEX #86888C Aluminium

📋 copy color: '#86888C'

red 134 ◦ green 136 ◦ blue 140

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

Shades of Aluminium #86888C

Tints of Aluminium #86888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.17%

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

R = 32.68%
G = 33.17%
B = 34.15%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#86888C (or 0x86888C) is known color: Aluminium. HEX triplet: 86, 88 and 8C. RGB value is (134,136,140). Sum of RGB (Red+Green+Blue) = 134+136+140=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 140 - color contains mainly: blue. Hex color #86888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86888C is #797773. Grayscale: #878787. Windows color (decimal): -7960436 or 9209990. OLE color: 9209990.

HSL color Cylindrical-coordinate representation of color #86888C: hue angle of 220º 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 #86888C is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 136 140 -
CMYK 0.04 0.03 0 0.45
HSL 220º 0.03% 0.54% -
HSV(B) 220º 0.04% 0.55% -
XYZ 23.37 24.57 28.32 -
YUV 135.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 134 136 140 0.04 0.03 0 0.45 220 0.03 0.54
Hex 86 88 8C 4 3 0 2D DC 3 36
Octal 206 210 214 4 3 0 55 334 3 66
Binary 10000110 10001000 10001100 100 11 0 101101 11011100 11 110110

Color Harmonies of #86888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86888C

Black with #86888C

Text Example


Text Example

White with #86888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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