#92B0A4

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

Shades of Tower Grey #92B0A4

Tints of Tower Grey #92B0A4

Color information

#92B0A4 (or 0x92B0A4) is unknown color: approx Tower Grey. HEX triplet: 92, B0 and A4. RGB value is (146,176,164). Sum of RGB (Red+Green+Blue) = 146+176+164=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 176 - color contains mainly: green. Hex color #92B0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92B0A4 is #6D4F5B. Grayscale: #A5A5A5. Windows color (decimal): -7163740 or 10793106. OLE color: 10793106.

HSL color Cylindrical-coordinate representation of color #92B0A4: hue angle of 156º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92B0A4 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB146176164-
CMYK0.1700.070.31
HSL156º15.96%63.14%-
HSV(B)156º17.05%69.02%-
XYZ34.0839.8441.02-
YUV165.66127.06113.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.04%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 164 (64.45% from 255) = 33.74%
R=30.04%
G=36.21%
B=33.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461761640.1700.070.3115615.9663.14
Hex92B0A411071F9c103f
Octal2222602442107372342077
Binary100100101011000010100100100010111111111001110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,176,164); }

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

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

 a { background-color: rgb(146,176,164); }

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

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

 span { border-color: rgb(146,176,164); }

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