Html Css Color HEX #96A49D Tower Grey

📋 copy color: '#96A49D'

red 150 ◦ green 164 ◦ blue 157

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

Shades of Tower Grey #96A49D

Tints of Tower Grey #96A49D

RGB

 RED value IS 150 (58.98% from 255) = 31.85%

 GREEN value IS 164 (64.45% from 255) = 34.82%

 BLUE value IS 157 (61.72% from 255) = 33.33%

R = 31.85%
G = 34.82%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#96A49D (or 0x96A49D) is known color: Tower Grey. HEX triplet: 96, A4 and 9D. RGB value is (150,164,157). Sum of RGB (Red+Green+Blue) = 150+164+157=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 164 - color contains mainly: green. Hex color #96A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A49D is #695B62. Grayscale: #9F9F9F. Windows color (decimal): -6904675 or 10331286. OLE color: 10331286.

HSL color Cylindrical-coordinate representation of color #96A49D: hue angle of 150º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96A49D is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 164 157 -
CMYK 0.09 0 0.04 0.36
HSL 150º 0.07% 0.62% -
HSV(B) 150º 0.09% 0.64% -
XYZ 31.94 35.47 37.06 -
YUV 159.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 150 164 157 0.09 0 0.04 0.36 150 0.07 0.62
Hex 96 A4 9D 9 0 4 24 96 7 3E
Octal 226 244 235 11 0 4 44 226 7 76
Binary 10010110 10100100 10011101 1001 0 100 100100 10010110 111 111110

Color Harmonies of #96A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A49D

Black with #96A49D

Text Example


Text Example

White with #96A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A49D; }

 p { color: rgb(150,164,157); }

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

background-color css

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

 a { background-color: rgb(150,164,157); }

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

border-color css

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

 span { border-color: rgb(150,164,157); }

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