#ADA9A9

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

Shades of Dark Gray #ADA9A9

Tints of Dark Gray #ADA9A9

Color information

#ADA9A9 (or 0xADA9A9) is unknown color: approx Dark Gray. HEX triplet: AD, A9 and A9. RGB value is (173,169,169). Sum of RGB (Red+Green+Blue) = 173+169+169=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA9A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9A9 is #525656. Grayscale: #AAAAAA. Windows color (decimal): -5396055 or 11119021. OLE color: 11119021.

HSL color Cylindrical-coordinate representation of color #ADA9A9: 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 #ADA9A9 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB173169169-
CMYK00.020.020.32
HSL2.38%67.06%-
HSV(B)2.31%67.84%-
XYZ38.5840.1243.25-
YUV170.2127.33130-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 169 (66.41% from 255) = 33.07%
R=33.86%
G=33.07%
B=33.07%

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
Decimal17316916900.020.020.3202.3867.06
HexADA9A9022200243
Octal2552512510224002103
Binary101011011010100110101001010101000000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9A9; }

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

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

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

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

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

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

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

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