#ADA8A8

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

Shades of Dark Gray #ADA8A8

Tints of Dark Gray #ADA8A8

Color information

#ADA8A8 (or 0xADA8A8) is unknown color: approx Dark Gray. HEX triplet: AD, A8 and A8. RGB value is (173,168,168). Sum of RGB (Red+Green+Blue) = 173+168+168=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA8A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA8A8 is #525757. Grayscale: #A9A9A9. Windows color (decimal): -5396312 or 11053229. OLE color: 11053229.

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

Color convert

RGB173168168-
CMYK00.030.030.32
HSL2.96%66.86%-
HSV(B)2.89%67.84%-
XYZ38.339.7242.69-
YUV169.5127.16130.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 168 (66.02% from 255) = 33.01%
BLUE value IS 168 (66.02% from 255) = 33.01%
R=33.99%
G=33.01%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316816800.030.030.3202.9666.86
HexADA8A8033200343
Octal2552502500334003103
Binary101011011010100010101000011111000000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8A8; }

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

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

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

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

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

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

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

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