#ADABA3

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

Shades of Foggy Grey #ADABA3

Tints of Foggy Grey #ADABA3

Color information

#ADABA3 (or 0xADABA3) is unknown color: approx Foggy Grey. HEX triplet: AD, AB and A3. RGB value is (173,171,163). Sum of RGB (Red+Green+Blue) = 173+171+163=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABA3 is #52545C. Grayscale: #AAAAAA. Windows color (decimal): -5395549 or 10726317. OLE color: 10726317.

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

Color convert

RGB173171163-
CMYK00.010.060.32
HSL48º5.75%65.88%-
HSV(B)48º5.78%67.84%-
XYZ38.4140.6540.47-
YUV170.69123.66129.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 163 (64.06% from 255) = 32.15%
R=34.12%
G=33.73%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317116300.010.060.32485.7565.88
HexADABA30162030642
Octal25525324301640606102
Binary101011011010101110100011011101000001100001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABA3; }

 p { color: rgb(173,171,163); }

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

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

 a { background-color: rgb(173,171,163); }

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

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

 span { border-color: rgb(173,171,163); }

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