Html Css Color HEX #ADAA9F Foggy Grey

📋 copy color: '#ADAA9F'

red 173 ◦ green 170 ◦ blue 159

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

Shades of Foggy Grey #ADAA9F

Tints of Foggy Grey #ADAA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.67%

R = 34.46%
G = 33.86%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#ADAA9F (or 0xADAA9F) is known color: Foggy Grey. HEX triplet: AD, AA and 9F. RGB value is (173,170,159). Sum of RGB (Red+Green+Blue) = 173+170+159=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAA9F is #525560. Grayscale: #A9A9A9. Windows color (decimal): -5395809 or 10463917. OLE color: 10463917.

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

Color convert

RGB 173 170 159 -
CMYK 0 0.02 0.08 0.32
HSL 47.14º 0.08% 0.65% -
HSV(B) 47.14º 0.08% 0.68% -
XYZ 37.87 40.14 38.55 -
YUV 169.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 173 170 159 0 0.02 0.08 0.32 47.14 0.08 0.65
Hex AD AA 9F 0 2 8 20 2F 8 41
Octal 255 252 237 0 2 10 40 57 10 101
Binary 10101101 10101010 10011111 0 10 1000 100000 101111 1000 1000001

Color Harmonies of #ADAA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA9F

Black with #ADAA9F

Text Example


Text Example

White with #ADAA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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