#92A59C

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

Shades of Tower Grey #92A59C

Tints of Tower Grey #92A59C

Color information

#92A59C (or 0x92A59C) is unknown color: approx Tower Grey. HEX triplet: 92, A5 and 9C. RGB value is (146,165,156). Sum of RGB (Red+Green+Blue) = 146+165+156=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #92A59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A59C is #6D5A63. Grayscale: #9E9E9E. Windows color (decimal): -7166564 or 10266002. OLE color: 10266002.

HSL color Cylindrical-coordinate representation of color #92A59C: hue angle of 151.58º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #92A59C is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB146165156-
CMYK0.1200.050.35
HSL151.58º9.55%60.98%-
HSV(B)151.58º11.52%64.71%-
XYZ31.3135.4236.64-
YUV158.29126.71119.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 156 (61.33% from 255) = 33.40%
R=31.26%
G=35.33%
B=33.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461651560.1200.050.35151.589.5560.98
Hex92A59CC052398a3d
Octal2222452341405432301275
Binary10010010101001011001110011000101100011100110001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,165,156); }

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

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

 a { background-color: rgb(146,165,156); }

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

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

 span { border-color: rgb(146,165,156); }

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