Html Css Color HEX #ADA9A9 Dark Gray

📋 copy color: '#ADA9A9'

red 173 ◦ green 169 ◦ blue 169

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

Shades of Dark Gray #ADA9A9

Tints of Dark Gray #ADA9A9

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 value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

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

RGB 173 169 169 -
CMYK 0 0.02 0.02 0.32
HSL 0.02% 0.67% -
HSV(B) 0.02% 0.68% -
XYZ 38.58 40.12 43.25 -
YUV 170.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 173 169 169 0 0.02 0.02 0.32 0 0.02 0.67
Hex AD A9 A9 0 2 2 20 0 2 43
Octal 255 251 251 0 2 2 40 0 2 103
Binary 10101101 10101001 10101001 0 10 10 100000 0 10 1000011

Color Harmonies of #ADA9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA9A9

Black with #ADA9A9

Text Example


Text Example

White with #ADA9A9

Text Example


Text Example

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