Html Css Color HEX #849195 Aluminium

📋 copy color: '#849195'

red 132 ◦ green 145 ◦ blue 149

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

Shades of Aluminium #849195

Tints of Aluminium #849195

RGB

 RED value IS 132 (51.95% from 255) = 30.99%

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

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 30.99%
G = 34.04%
B = 34.98%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#849195 (or 0x849195) is known color: Aluminium. HEX triplet: 84, 91 and 95. RGB value is (132,145,149). Sum of RGB (Red+Green+Blue) = 132+145+149=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 149 - color contains mainly: blue. Hex color #849195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849195 is #7B6E6A. Grayscale: #8D8D8D. Windows color (decimal): -8089195 or 9802116. OLE color: 9802116.

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

Color convert

RGB 132 145 149 -
CMYK 0.11 0.03 0 0.42
HSL 194.12º 0.07% 0.55% -
HSV(B) 194.12º 0.11% 0.58% -
XYZ 25.07 27.33 32.39 -
YUV 141.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 132 145 149 0.11 0.03 0 0.42 194.12 0.07 0.55
Hex 84 91 95 B 3 0 2A C2 7 37
Octal 204 221 225 13 3 0 52 302 7 67
Binary 10000100 10010001 10010101 1011 11 0 101010 11000010 111 110111

Color Harmonies of #849195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849195

Black with #849195

Text Example


Text Example

White with #849195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849195; }

 p { color: rgb(132,145,149); }

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

background-color css

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

 a { background-color: rgb(132,145,149); }

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

border-color css

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

 span { border-color: rgb(132,145,149); }

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