#96ABA1

Color #96ABA1 Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #96ABA1

Tints of Tower Grey #96ABA1

Color information

#96ABA1 (or 0x96ABA1) is unknown color: approx Tower Grey. HEX triplet: 96, AB and A1. RGB value is (150,171,161). Sum of RGB (Red+Green+Blue) = 150+171+161=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #96ABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ABA1 is #69545E. Grayscale: #A3A3A3. Windows color (decimal): -6902879 or 10595222. OLE color: 10595222.

HSL color Cylindrical-coordinate representation of color #96ABA1: hue angle of 151.43º 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 #96ABA1 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB150171161-
CMYK0.1200.060.33
HSL151.43º11.11%62.94%-
HSV(B)151.43º12.28%67.06%-
XYZ33.5738.1839.32-
YUV163.58126.54118.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.12%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 161 (63.28% from 255) = 33.40%
R=31.12%
G=35.48%
B=33.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501711610.1200.060.33151.4311.1162.94
Hex96ABA1C062197b3f
Octal2262532411406412271377
Binary10010110101010111010000111000110100001100101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96ABA1;
 }
 .AnyTagClassName
 {
   color: #96ABA1;
 }
</style>
background-color css

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

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

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

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

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

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