#92AA9D

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

Shades of Tower Grey #92AA9D

Tints of Tower Grey #92AA9D

Color information

#92AA9D (or 0x92AA9D) is unknown color: approx Tower Grey. HEX triplet: 92, AA and 9D. RGB value is (146,170,157). Sum of RGB (Red+Green+Blue) = 146+170+157=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AA9D is #6D5562. Grayscale: #A1A1A1. Windows color (decimal): -7165283 or 10332818. OLE color: 10332818.

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

Color convert

RGB146170157-
CMYK0.1400.080.33
HSL147.5º12.37%61.96%-
HSV(B)147.5º14.12%66.67%-
XYZ32.3137.2937.39-
YUV161.34125.55117.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.87%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=30.87%
G=35.94%
B=33.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461701570.1400.080.33147.512.3761.96
Hex92AA9DE082193c3e
Octal22225223516010412231476
Binary100100101010101010011101111001000100001100100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,170,157); }

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

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

 a { background-color: rgb(146,170,157); }

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

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

 span { border-color: rgb(146,170,157); }

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