#92A199

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

Shades of Tower Grey #92A199

Tints of Tower Grey #92A199

Color information

#92A199 (or 0x92A199) is unknown color: approx Tower Grey. HEX triplet: 92, A1 and 99. RGB value is (146,161,153). Sum of RGB (Red+Green+Blue) = 146+161+153=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 161 - color contains mainly: green. Hex color #92A199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A199 is #6D5E66. Grayscale: #9B9B9B. Windows color (decimal): -7167591 or 10068370. OLE color: 10068370.

HSL color Cylindrical-coordinate representation of color #92A199: hue angle of 148º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #92A199 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB146161153-
CMYK0.0900.050.37
HSL148º7.39%60.2%-
HSV(B)148º9.32%63.14%-
XYZ30.3533.935.08-
YUV155.6126.53121.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.74%
GREEN value IS 161 (63.28% from 255) = 35%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=31.74%
G=35%
B=33.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1461611530.0900.050.371487.3960.2
Hex92A199905259473c
Octal222241231110545224774
Binary1001001010100001100110011001010110010110010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,161,153); }

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

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

 a { background-color: rgb(146,161,153); }

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

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

 span { border-color: rgb(146,161,153); }

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