#ADAAA0

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

Shades of Foggy Grey #ADAAA0

Tints of Foggy Grey #ADAAA0

Color information

#ADAAA0 (or 0xADAAA0) is unknown color: approx Foggy Grey. HEX triplet: AD, AA and A0. RGB value is (173,170,160). Sum of RGB (Red+Green+Blue) = 173+170+160=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAA0 is #52555F. Grayscale: #A9A9A9. Windows color (decimal): -5395808 or 10529453. OLE color: 10529453.

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

Color convert

RGB173170160-
CMYK00.020.080.32
HSL46.15º7.34%65.29%-
HSV(B)46.15º7.51%67.84%-
XYZ37.9540.1739.01-
YUV169.76122.49130.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 160 (62.89% from 255) = 31.81%
R=34.39%
G=33.80%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317016000.020.080.3246.157.3465.29
HexADAAA0028202e741
Octal255252240021040567101
Binary10101101101010101010000001010001000001011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAA0; }

 p { color: rgb(173,170,160); }

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

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

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

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

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

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

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