#92ADAD

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

Shades of Hit Grey #92ADAD

Tints of Hit Grey #92ADAD

Color information

#92ADAD (or 0x92ADAD) is unknown color: approx Hit Grey. HEX triplet: 92, AD and AD. RGB value is (146,173,173). Sum of RGB (Red+Green+Blue) = 146+173+173=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #92ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ADAD is #6D5252. Grayscale: #A4A4A4. Windows color (decimal): -7164499 or 11382162. OLE color: 11382162.

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

Color convert

RGB146173173-
CMYK0.16000.32
HSL180º14.14%62.55%-
HSV(B)180º15.61%67.84%-
XYZ34.3439.0245.26-
YUV164.93132.55114.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.67%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=29.67%
G=35.16%
B=35.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461731730.16000.3218014.1462.55
Hex92ADAD100020b4e3f
Octal2222552552000402641677
Binary1001001010101101101011011000000100000101101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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