Html Css Color HEX #849096 Aluminium

📋 copy color: '#849096'

red 132 ◦ green 144 ◦ blue 150

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

Shades of Aluminium #849096

Tints of Aluminium #849096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.8%

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

R = 30.99%
G = 33.8%
B = 35.21%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#849096 (or 0x849096) is known color: Aluminium. HEX triplet: 84, 90 and 96. RGB value is (132,144,150). Sum of RGB (Red+Green+Blue) = 132+144+150=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 150 - color contains mainly: blue. Hex color #849096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849096 is #7B6F69. Grayscale: #8D8D8D. Windows color (decimal): -8089450 or 9867396. OLE color: 9867396.

HSL color Cylindrical-coordinate representation of color #849096: hue angle of 200º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #849096 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 144 150 -
CMYK 0.12 0.04 0 0.41
HSL 200º 0.08% 0.55% -
HSV(B) 200º 0.12% 0.59% -
XYZ 24.99 27.05 32.76 -
YUV 141.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 132 144 150 0.12 0.04 0 0.41 200 0.08 0.55
Hex 84 90 96 C 4 0 29 C8 8 37
Octal 204 220 226 14 4 0 51 310 10 67
Binary 10000100 10010000 10010110 1100 100 0 101001 11001000 1000 110111

Color Harmonies of #849096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849096

Black with #849096

Text Example


Text Example

White with #849096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849096; }

 p { color: rgb(132,144,150); }

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

background-color css

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

 a { background-color: rgb(132,144,150); }

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

border-color css

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

 span { border-color: rgb(132,144,150); }

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