#92AD9F

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

Shades of Tower Grey #92AD9F

Tints of Tower Grey #92AD9F

Color information

#92AD9F (or 0x92AD9F) is unknown color: approx Tower Grey. HEX triplet: 92, AD and 9F. RGB value is (146,173,159). Sum of RGB (Red+Green+Blue) = 146+173+159=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AD9F is #6D5260. Grayscale: #A3A3A3. Windows color (decimal): -7164513 or 10464658. OLE color: 10464658.

HSL color Cylindrical-coordinate representation of color #92AD9F: hue angle of 148.89º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92AD9F is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB146173159-
CMYK0.1600.080.32
HSL148.89º14.14%62.55%-
HSV(B)148.89º15.61%67.84%-
XYZ33.0638.538.49-
YUV163.33125.55115.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.54%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=30.54%
G=36.19%
B=33.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461731590.1600.080.32148.8914.1462.55
Hex92AD9F10082095e3f
Octal22225523720010402251677
Binary1001001010101101100111111000001000100000100101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,173,159); }

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

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

 a { background-color: rgb(146,173,159); }

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

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

 span { border-color: rgb(146,173,159); }

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