Html Css Color HEX #ADAD9C Foggy Grey

📋 copy color: '#ADAD9C'

red 173 ◦ green 173 ◦ blue 156

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

Shades of Foggy Grey #ADAD9C

Tints of Foggy Grey #ADAD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.46%

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 34.46%
G = 34.46%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#ADAD9C (or 0xADAD9C) is known color: Foggy Grey. HEX triplet: AD, AD and 9C. RGB value is (173,173,156). Sum of RGB (Red+Green+Blue) = 173+173+156=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD9C is #525263. Grayscale: #ABABAB. Windows color (decimal): -5395044 or 10268077. OLE color: 10268077.

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

Color convert

RGB 173 173 156 -
CMYK 0 0 0.10 0.32
HSL 60º 0.09% 0.65% -
HSV(B) 60º 0.1% 0.68% -
XYZ 38.18 41.17 37.39 -
YUV 171.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 173 173 156 0 0 0.10 0.32 60 0.09 0.65
Hex AD AD 9C 0 0 A 20 3C 9 41
Octal 255 255 234 0 0 12 40 74 11 101
Binary 10101101 10101101 10011100 0 0 1010 100000 111100 1001 1000001

Color Harmonies of #ADAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD9C

Black with #ADAD9C

Text Example


Text Example

White with #ADAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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