#ADACA8

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

Shades of Foggy Grey #ADACA8

Tints of Foggy Grey #ADACA8

Color information

#ADACA8 (or 0xADACA8) is unknown color: approx Foggy Grey. HEX triplet: AD, AC and A8. RGB value is (173,172,168). Sum of RGB (Red+Green+Blue) = 173+172+168=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACA8 is #525357. Grayscale: #ABABAB. Windows color (decimal): -5395288 or 11054253. OLE color: 11054253.

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

Color convert

RGB173172168-
CMYK00.010.030.32
HSL48º2.96%66.86%-
HSV(B)48º2.89%67.84%-
XYZ39.0541.2242.94-
YUV171.84125.83128.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=33.72%
G=33.53%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317216800.010.030.32482.9666.86
HexADACA80132030343
Octal25525425001340603103
Binary1010110110101100101010000111100000110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACA8; }

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

 H1.HeaderClassName
 {
   color: #ADACA8;
 }
 .AnyTagClassName
 {
   color: #ADACA8;
 }
</style>
background-color css

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

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

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

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

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

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