#A3A297

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

Shades of Foggy Grey #A3A297

Tints of Foggy Grey #A3A297

Color information

#A3A297 (or 0xA3A297) is unknown color: approx Foggy Grey. HEX triplet: A3, A2 and 97. RGB value is (163,162,151). Sum of RGB (Red+Green+Blue) = 163+162+151=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A297 is #5C5D68. Grayscale: #A1A1A1. Windows color (decimal): -6053225 or 9937571. OLE color: 9937571.

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

Color convert

RGB163162151-
CMYK00.010.070.36
HSL55º6.12%61.57%-
HSV(B)55º7.36%63.92%-
XYZ33.6135.8634.43-
YUV161.04122.33129.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 151 (59.38% from 255) = 31.72%
R=34.24%
G=34.03%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316215100.010.070.36556.1261.57
HexA3A297017243763e
Octal2432422270174467676
Binary10100011101000101001011101111100100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A297; }

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

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

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

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

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

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

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

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