#ADACA5

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

Shades of Foggy Grey #ADACA5

Tints of Foggy Grey #ADACA5

Color information

#ADACA5 (or 0xADACA5) is unknown color: approx Foggy Grey. HEX triplet: AD, AC and A5. RGB value is (173,172,165). Sum of RGB (Red+Green+Blue) = 173+172+165=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACA5 is #52535A. Grayscale: #ABABAB. Windows color (decimal): -5395291 or 10857645. OLE color: 10857645.

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

Color convert

RGB173172165-
CMYK00.010.050.32
HSL52.5º4.65%66.27%-
HSV(B)52.5º4.62%67.84%-
XYZ38.7841.1141.49-
YUV171.5124.33129.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=33.92%
G=33.73%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317216500.010.050.3252.54.6566.27
HexADACA50152035542
Octal25525424501540655102
Binary101011011010110010100101011011000001101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACA5; }

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

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

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

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

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

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

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

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