Html Css Color HEX #ADAEAE Hit Grey

📋 copy color: '#ADAEAE'

red 173 ◦ green 174 ◦ blue 174

#ADAEAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Grey #ADAEAE

Tints of Hit Grey #ADAEAE

RGB

 RED value IS 173 (67.97% from 255) = 33.21%

 GREEN value IS 174 (68.36% from 255) = 33.4%

 BLUE value IS 174 (68.36% from 255) = 33.4%

R = 33.21%
G = 33.4%
B = 33.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#ADAEAE (or 0xADAEAE) is known color: 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

RGB 173 174 174 -
CMYK 0.01 0 0 0.32
HSL 180º 0.01% 0.68% -
HSV(B) 180º 0.01% 0.68% -
XYZ 40.01 42.21 46.08 -
YUV 173.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 173 174 174 0.01 0 0 0.32 180 0.01 0.68
Hex AD AE AE 1 0 0 20 B4 1 44
Octal 255 256 256 1 0 0 40 264 1 104
Binary 10101101 10101110 10101110 1 0 0 100000 10110100 1 1000100

Color Harmonies of #ADAEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEAE

Black with #ADAEAE

Text Example


Text Example

White with #ADAEAE

Text Example


Text Example

HTML Codes & Css Web 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>