Html Css Color HEX #ADAA9D Foggy Grey

📋 copy color: '#ADAA9D'

red 173 ◦ green 170 ◦ blue 157

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

Shades of Foggy Grey #ADAA9D

Tints of Foggy Grey #ADAA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.4%

R = 34.6%
G = 34%
B = 31.4%

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

#ADAA9D (or 0xADAA9D) is known color: Foggy Grey. HEX triplet: AD, AA and 9D. RGB value is (173,170,157). Sum of RGB (Red+Green+Blue) = 173+170+157=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA9D is #525562. Grayscale: #A9A9A9. Windows color (decimal): -5395811 or 10332845. OLE color: 10332845.

HSL color Cylindrical-coordinate representation of color #ADAA9D: hue angle of 48.75º degrees, saturation: 0.09, 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 #ADAA9D is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 157 -
CMYK 0 0.02 0.09 0.32
HSL 48.75º 0.09% 0.65% -
HSV(B) 48.75º 0.09% 0.68% -
XYZ 37.69 40.07 37.65 -
YUV 169.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 173 170 157 0 0.02 0.09 0.32 48.75 0.09 0.65
Hex AD AA 9D 0 2 9 20 31 9 41
Octal 255 252 235 0 2 11 40 61 11 101
Binary 10101101 10101010 10011101 0 10 1001 100000 110001 1001 1000001

Color Harmonies of #ADAA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA9D

Black with #ADAA9D

Text Example


Text Example

White with #ADAA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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