Html Css Color HEX #96ABA0 Tower Grey

📋 copy color: '#96ABA0'

red 150 ◦ green 171 ◦ blue 160

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

Shades of Tower Grey #96ABA0

Tints of Tower Grey #96ABA0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.55%

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 31.19%
G = 35.55%
B = 33.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#96ABA0 (or 0x96ABA0) is known color: Tower Grey. HEX triplet: 96, AB and A0. RGB value is (150,171,160). Sum of RGB (Red+Green+Blue) = 150+171+160=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 171 - color contains mainly: green. Hex color #96ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ABA0 is #69545F. Grayscale: #A3A3A3. Windows color (decimal): -6902880 or 10529686. OLE color: 10529686.

HSL color Cylindrical-coordinate representation of color #96ABA0: hue angle of 148.57º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96ABA0 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 171 160 -
CMYK 0.12 0 0.06 0.33
HSL 148.57º 0.11% 0.63% -
HSV(B) 148.57º 0.12% 0.67% -
XYZ 33.49 38.15 38.86 -
YUV 163.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 150 171 160 0.12 0 0.06 0.33 148.57 0.11 0.63
Hex 96 AB A0 C 0 6 21 95 B 3F
Octal 226 253 240 14 0 6 41 225 13 77
Binary 10010110 10101011 10100000 1100 0 110 100001 10010101 1011 111111

Color Harmonies of #96ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABA0

Black with #96ABA0

Text Example


Text Example

White with #96ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,171,160); }

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

background-color css

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

 a { background-color: rgb(150,171,160); }

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

border-color css

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

 span { border-color: rgb(150,171,160); }

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