Html Css Color HEX #849198 Aluminium

📋 copy color: '#849198'

red 132 ◦ green 145 ◦ blue 152

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

Shades of Aluminium #849198

Tints of Aluminium #849198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 30.77%
G = 33.8%
B = 35.43%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#849198 (or 0x849198) is known color: Aluminium. HEX triplet: 84, 91 and 98. RGB value is (132,145,152). Sum of RGB (Red+Green+Blue) = 132+145+152=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #849198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849198 is #7B6E67. Grayscale: #8D8D8D. Windows color (decimal): -8089192 or 9998724. OLE color: 9998724.

HSL color Cylindrical-coordinate representation of color #849198: hue angle of 201º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #849198 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 145 152 -
CMYK 0.13 0.05 0 0.40
HSL 201º 0.09% 0.56% -
HSV(B) 201º 0.13% 0.6% -
XYZ 25.31 27.42 33.67 -
YUV 141.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 132 145 152 0.13 0.05 0 0.40 201 0.09 0.56
Hex 84 91 98 D 5 0 28 C9 9 38
Octal 204 221 230 15 5 0 50 311 11 70
Binary 10000100 10010001 10011000 1101 101 0 101000 11001001 1001 111000

Color Harmonies of #849198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849198

Black with #849198

Text Example


Text Example

White with #849198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849198; }

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

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

background-color css

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

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

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

border-color css

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

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

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