#A3A39F

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

Shades of Foggy Grey #A3A39F

Tints of Foggy Grey #A3A39F

Color information

#A3A39F (or 0xA3A39F) is unknown color: approx Foggy Grey. HEX triplet: A3, A3 and 9F. RGB value is (163,163,159). Sum of RGB (Red+Green+Blue) = 163+163+159=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A39F is #5C5C60. Grayscale: #A2A2A2. Windows color (decimal): -6052961 or 10462115. OLE color: 10462115.

HSL color Cylindrical-coordinate representation of color #A3A39F: hue angle of 60º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A3A39F is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB163163159-
CMYK000.020.36
HSL60º2.13%63.14%-
HSV(B)60º2.45%63.92%-
XYZ34.4636.4838.03-
YUV162.54126128.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 163 (64.06% from 255) = 33.61%
BLUE value IS 159 (62.5% from 255) = 32.78%
R=33.61%
G=33.61%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163163159000.020.36602.1363.14
HexA3A39F002243c23f
Octal2432432370024474277
Binary101000111010001110011111001010010011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A39F; }

 p { color: rgb(163,163,159); }

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

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

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

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

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

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

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