#ADAD9A

Color #ADAD9A Foggy Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foggy Grey #ADAD9A

Tints of Foggy Grey #ADAD9A

Color information

#ADAD9A (or 0xADAD9A) is unknown color: approx Foggy Grey. HEX triplet: AD, AD and 9A. RGB value is (173,173,154). Sum of RGB (Red+Green+Blue) = 173+173+154=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD9A is #525265. Grayscale: #AAAAAA. Windows color (decimal): -5395046 or 10137005. OLE color: 10137005.

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

Color convert

RGB173173154-
CMYK000.110.32
HSL60º10.38%64.12%-
HSV(B)60º10.98%67.84%-
XYZ38.0141.136.5-
YUV170.83118.5129.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=34.6%
G=34.6%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173154000.110.326010.3864.12
HexADAD9A00B203ca40
Octal2552552320013407412100
Binary10101101101011011001101000101110000011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD9A; }

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

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

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

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

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

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

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

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