Html Css Color HEX #ADAA9E Foggy Grey

📋 copy color: '#ADAA9E'

red 173 ◦ green 170 ◦ blue 158

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

Shades of Foggy Grey #ADAA9E

Tints of Foggy Grey #ADAA9E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.93%

 BLUE value IS 158 (62.11% from 255) = 31.54%

R = 34.53%
G = 33.93%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#ADAA9E (or 0xADAA9E) is known color: Foggy Grey. HEX triplet: AD, AA and 9E. RGB value is (173,170,158). Sum of RGB (Red+Green+Blue) = 173+170+158=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA9E is #525561. Grayscale: #A9A9A9. Windows color (decimal): -5395810 or 10398381. OLE color: 10398381.

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

Color convert

RGB 173 170 158 -
CMYK 0 0.02 0.09 0.32
HSL 48º 0.08% 0.65% -
HSV(B) 48º 0.09% 0.68% -
XYZ 37.78 40.1 38.1 -
YUV 169.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 173 170 158 0 0.02 0.09 0.32 48 0.08 0.65
Hex AD AA 9E 0 2 9 20 30 8 41
Octal 255 252 236 0 2 11 40 60 10 101
Binary 10101101 10101010 10011110 0 10 1001 100000 110000 1000 1000001

Color Harmonies of #ADAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA9E

Black with #ADAA9E

Text Example


Text Example

White with #ADAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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