#ADACA6

Color #ADACA6 Foggy Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foggy Grey #ADACA6

Tints of Foggy Grey #ADACA6

Color information

#ADACA6 (or 0xADACA6) is unknown color: approx 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

RGB173172166-
CMYK00.010.040.32
HSL51.43º4.09%66.47%-
HSV(B)51.43º4.05%67.84%-
XYZ38.8741.1441.97-
YUV171.62124.83128.99-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317216600.010.040.3251.434.0966.47
HexADACA60142033442
Octal25525424601440634102
Binary101011011010110010100110011001000001100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>