#92ADAB

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

Shades of Hit Grey #92ADAB

Tints of Hit Grey #92ADAB

Color information

#92ADAB (or 0x92ADAB) is unknown color: approx Hit Grey. HEX triplet: 92, AD and AB. RGB value is (146,173,171). Sum of RGB (Red+Green+Blue) = 146+173+171=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #92ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ADAB is #6D5254. Grayscale: #A4A4A4. Windows color (decimal): -7164501 or 11251090. OLE color: 11251090.

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

Color convert

RGB146173171-
CMYK0.1600.010.32
HSL175.56º14.14%62.55%-
HSV(B)175.56º15.61%67.84%-
XYZ34.1538.9444.24-
YUV164.7131.55114.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.80%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=29.80%
G=35.31%
B=34.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461731710.1600.010.32175.5614.1462.55
Hex92ADAB100120b0e3f
Octal2222552532001402601677
Binary1001001010101101101010111000001100000101100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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