#A3A29B

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

Shades of Foggy Grey #A3A29B

Tints of Foggy Grey #A3A29B

Color information

#A3A29B (or 0xA3A29B) is unknown color: approx Foggy Grey. HEX triplet: A3, A2 and 9B. RGB value is (163,162,155). Sum of RGB (Red+Green+Blue) = 163+162+155=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A29B is #5C5D64. Grayscale: #A1A1A1. Windows color (decimal): -6053221 or 10199715. OLE color: 10199715.

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

Color convert

RGB163162155-
CMYK00.010.050.36
HSL52.5º4.17%62.35%-
HSV(B)52.5º4.91%63.92%-
XYZ33.9435.9936.17-
YUV161.5124.33129.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 162 (63.67% from 255) = 33.75%
BLUE value IS 155 (60.94% from 255) = 32.29%
R=33.96%
G=33.75%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316215500.010.050.3652.54.1762.35
HexA3A29B015243543e
Octal2432422330154465476
Binary10100011101000101001101101101100100110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A29B; }

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

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

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

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

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

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

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

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