Html Css Color HEX #ADACA6 Foggy Grey

📋 copy color: '#ADACA6'

red 173 ◦ green 172 ◦ blue 166

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

Shades of Foggy Grey #ADACA6

Tints of Foggy Grey #ADACA6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.66%

 BLUE value IS 166 (65.23% from 255) = 32.49%

R = 33.86%
G = 33.66%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#ADACA6 (or 0xADACA6) is known color: Foggy Grey. HEX triplet: AD, AC and A6. RGB value is (173,172,166). Sum of RGB (Red+Green+Blue) = 173+172+166=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACA6 is #525359. Grayscale: #ABABAB. Windows color (decimal): -5395290 or 10923181. OLE color: 10923181.

HSL color Cylindrical-coordinate representation of color #ADACA6: hue angle of 51.43º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADACA6 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 172 166 -
CMYK 0 0.01 0.04 0.32
HSL 51.43º 0.04% 0.66% -
HSV(B) 51.43º 0.04% 0.68% -
XYZ 38.87 41.14 41.97 -
YUV 171.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 173 172 166 0 0.01 0.04 0.32 51.43 0.04 0.66
Hex AD AC A6 0 1 4 20 33 4 42
Octal 255 254 246 0 1 4 40 63 4 102
Binary 10101101 10101100 10100110 0 1 100 100000 110011 100 1000010

Color Harmonies of #ADACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACA6

Black with #ADACA6

Text Example


Text Example

White with #ADACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACA6; }

 p { color: rgb(173,172,166); }

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

background-color css

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

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

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

border-color css

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

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

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