#ADAEAE

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

Shades of Hit Grey #ADAEAE

Tints of Hit Grey #ADAEAE

Color information

#ADAEAE (or 0xADAEAE) is unknown color: approx Hit Grey. HEX triplet: AD, AE and AE. RGB value is (173,174,174). Sum of RGB (Red+Green+Blue) = 173+174+174=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #ADAEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEAE is #525151. Grayscale: #ADADAD. Windows color (decimal): -5394770 or 11447981. OLE color: 11447981.

HSL color Cylindrical-coordinate representation of color #ADAEAE: hue angle of 180º degrees, saturation: 0.01, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ADAEAE is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB173174174-
CMYK0.01000.32
HSL180º0.61%68.04%-
HSV(B)180º0.57%68.24%-
XYZ40.0142.2146.08-
YUV173.7128.17127.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=33.21%
G=33.40%
B=33.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741740.01000.321800.6168.04
HexADAEAE10020b4144
Octal255256256100402641104
Binary1010110110101110101011101001000001011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEAE; }

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

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

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

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

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

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

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

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