#ADAAAA

Color #ADAAAA Dark Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Gray #ADAAAA

Tints of Dark Gray #ADAAAA

Color information

#ADAAAA (or 0xADAAAA) is unknown color: approx Dark Gray. HEX triplet: AD, AA and AA. RGB value is (173,170,170). Sum of RGB (Red+Green+Blue) = 173+170+170=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAAA is #525555. Grayscale: #AAAAAA. Windows color (decimal): -5395798 or 11184813. OLE color: 11184813.

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

Color convert

RGB173170170-
CMYK00.020.020.32
HSL1.8%67.25%-
HSV(B)1.73%67.84%-
XYZ38.8640.5443.81-
YUV170.9127.49129.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=33.72%
G=33.14%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317017000.020.020.3201.867.25
HexADAAAA022200243
Octal2552522520224002103
Binary101011011010101010101010010101000000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAAA; }

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

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

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

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

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

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

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

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