Html Css Color HEX #869196 Aluminium

📋 copy color: '#869196'

red 134 ◦ green 145 ◦ blue 150

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

Shades of Aluminium #869196

Tints of Aluminium #869196

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.8%

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 31.24%
G = 33.8%
B = 34.97%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#869196 (or 0x869196) is known color: 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

RGB 134 145 150 -
CMYK 0.11 0.03 0 0.41
HSL 198.75º 0.07% 0.56% -
HSV(B) 198.75º 0.11% 0.59% -
XYZ 25.46 27.52 32.82 -
YUV 142.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 134 145 150 0.11 0.03 0 0.41 198.75 0.07 0.56
Hex 86 91 96 B 3 0 29 C7 7 38
Octal 206 221 226 13 3 0 51 307 7 70
Binary 10000110 10010001 10010110 1011 11 0 101001 11000111 111 111000

Color Harmonies of #869196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869196

Black with #869196

Text Example


Text Example

White with #869196

Text Example


Text Example

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