#92ADAC

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

Shades of Hit Grey #92ADAC

Tints of Hit Grey #92ADAC

Color information

#92ADAC (or 0x92ADAC) is unknown color: approx Hit Grey. HEX triplet: 92, AD and AC. RGB value is (146,173,172). Sum of RGB (Red+Green+Blue) = 146+173+172=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 173 - color contains mainly: green. Hex color #92ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ADAC is #6D5253. Grayscale: #A4A4A4. Windows color (decimal): -7164500 or 11316626. OLE color: 11316626.

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

Color convert

RGB146173172-
CMYK0.1600.010.32
HSL177.78º14.14%62.55%-
HSV(B)177.78º15.61%67.84%-
XYZ34.2438.9844.75-
YUV164.81132.05114.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=29.74%
G=35.23%
B=35.03%

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
Decimal1461731720.1600.010.32177.7814.1462.55
Hex92ADAC100120b2e3f
Octal2222552542001402621677
Binary1001001010101101101011001000001100000101100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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