#92AB9E

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

Shades of Tower Grey #92AB9E

Tints of Tower Grey #92AB9E

Color information

#92AB9E (or 0x92AB9E) is unknown color: approx Tower Grey. HEX triplet: 92, AB and 9E. RGB value is (146,171,158). Sum of RGB (Red+Green+Blue) = 146+171+158=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AB9E is #6D5461. Grayscale: #A2A2A2. Windows color (decimal): -7165026 or 10398610. OLE color: 10398610.

HSL color Cylindrical-coordinate representation of color #92AB9E: hue angle of 148.8º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92AB9E is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB146171158-
CMYK0.1500.080.33
HSL148.8º12.95%62.16%-
HSV(B)148.8º14.62%67.06%-
XYZ32.5937.7137.91-
YUV162.04125.72116.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.74%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=30.74%
G=36%
B=33.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461711580.1500.080.33148.812.9562.16
Hex92AB9EF082195d3e
Octal22225323617010412251576
Binary100100101010101110011110111101000100001100101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AB9E; }

 p { color: rgb(146,171,158); }

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

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

 a { background-color: rgb(146,171,158); }

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

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

 span { border-color: rgb(146,171,158); }

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