#A3A29D

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

Shades of Foggy Grey #A3A29D

Tints of Foggy Grey #A3A29D

Color information

#A3A29D (or 0xA3A29D) is unknown color: approx Foggy Grey. HEX triplet: A3, A2 and 9D. RGB value is (163,162,157). Sum of RGB (Red+Green+Blue) = 163+162+157=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A29D is #5C5D62. Grayscale: #A1A1A1. Windows color (decimal): -6053219 or 10330787. OLE color: 10330787.

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

Color convert

RGB163162157-
CMYK00.010.040.36
HSL50º3.16%62.75%-
HSV(B)50º3.68%63.92%-
XYZ34.1136.0637.06-
YUV161.73125.33128.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 157 (61.72% from 255) = 32.57%
R=33.82%
G=33.61%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316215700.010.040.36503.1662.75
HexA3A29D014243233f
Octal2432422350144462377
Binary1010001110100010100111010110010010011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A29D; }

 p { color: rgb(163,162,157); }

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

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

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

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

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

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

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