#92ADAA

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

Shades of Hit Grey #92ADAA

Tints of Hit Grey #92ADAA

Color information

#92ADAA (or 0x92ADAA) is unknown color: approx Hit Grey. HEX triplet: 92, AD and AA. RGB value is (146,173,170). Sum of RGB (Red+Green+Blue) = 146+173+170=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #92ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ADAA is #6D5255. Grayscale: #A4A4A4. Windows color (decimal): -7164502 or 11185554. OLE color: 11185554.

HSL color Cylindrical-coordinate representation of color #92ADAA: hue angle of 173.33º 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 #92ADAA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB146173170-
CMYK0.1600.020.32
HSL173.33º14.14%62.55%-
HSV(B)173.33º15.61%67.84%-
XYZ34.0538.943.74-
YUV164.58131.05114.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.86%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=29.86%
G=35.38%
B=34.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461731700.1600.020.32173.3314.1462.55
Hex92ADAA100220ade3f
Octal2222552522002402551677
Binary10010010101011011010101010000010100000101011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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