Html Css Color HEX #ADAAA0 Foggy Grey

📋 copy color: '#ADAAA0'

red 173 ◦ green 170 ◦ blue 160

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

Shades of Foggy Grey #ADAAA0

Tints of Foggy Grey #ADAAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.81%

R = 34.39%
G = 33.8%
B = 31.81%

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

#ADAAA0 (or 0xADAAA0) is known color: 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

RGB 173 170 160 -
CMYK 0 0.02 0.08 0.32
HSL 46.15º 0.07% 0.65% -
HSV(B) 46.15º 0.08% 0.68% -
XYZ 37.95 40.17 39.01 -
YUV 169.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 173 170 160 0 0.02 0.08 0.32 46.15 0.07 0.65
Hex AD AA A0 0 2 8 20 2E 7 41
Octal 255 252 240 0 2 10 40 56 7 101
Binary 10101101 10101010 10100000 0 10 1000 100000 101110 111 1000001

Color Harmonies of #ADAAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAA0

Black with #ADAAA0

Text Example


Text Example

White with #ADAAA0

Text Example


Text Example

HTML Codes & Css Web 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>