#A3A39E

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

Shades of Foggy Grey #A3A39E

Tints of Foggy Grey #A3A39E

Color information

#A3A39E (or 0xA3A39E) is unknown color: approx Foggy Grey. HEX triplet: A3, A3 and 9E. RGB value is (163,163,158). Sum of RGB (Red+Green+Blue) = 163+163+158=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A39E is #5C5C61. Grayscale: #A2A2A2. Windows color (decimal): -6052962 or 10396579. OLE color: 10396579.

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

Color convert

RGB163163158-
CMYK000.030.36
HSL60º2.65%62.94%-
HSV(B)60º3.07%63.92%-
XYZ34.3736.4537.57-
YUV162.43125.5128.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 158 (62.11% from 255) = 32.64%
R=33.68%
G=33.68%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163163158000.030.36602.6562.94
HexA3A39E003243c33f
Octal2432432360034474377
Binary101000111010001110011110001110010011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A39E; }

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

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

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

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

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

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

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

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