Html Css Color HEX #ADA7A6 Dark Gray

📋 copy color: '#ADA7A6'

red 173 ◦ green 167 ◦ blue 166

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

Shades of Dark Gray #ADA7A6

Tints of Dark Gray #ADA7A6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33%

 BLUE value IS 166 (65.23% from 255) = 32.81%

R = 34.19%
G = 33%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#ADA7A6 (or 0xADA7A6) is known color: Dark Gray. HEX triplet: AD, A7 and A6. RGB value is (173,167,166). Sum of RGB (Red+Green+Blue) = 173+167+166=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA7A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA7A6 is #525859. Grayscale: #A8A8A8. Windows color (decimal): -5396570 or 10921901. OLE color: 10921901.

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

Color convert

RGB 173 167 166 -
CMYK 0 0.03 0.04 0.32
HSL 8.57º 0.04% 0.66% -
HSV(B) 8.57º 0.04% 0.68% -
XYZ 37.94 39.27 41.66 -
YUV 168.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 173 167 166 0 0.03 0.04 0.32 8.57 0.04 0.66
Hex AD A7 A6 0 3 4 20 9 4 42
Octal 255 247 246 0 3 4 40 11 4 102
Binary 10101101 10100111 10100110 0 11 100 100000 1001 100 1000010

Color Harmonies of #ADA7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA7A6

Black with #ADA7A6

Text Example


Text Example

White with #ADA7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA7A6; }

 p { color: rgb(173,167,166); }

 H1.HeaderClassName
 {
   color: #ADA7A6;
 }
 .AnyTagClassName
 {
   color: #ADA7A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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